package models import ( "github.com/volatiletech/null/v8" ) type Spawn2 struct { ID int `json:"id" gorm:"Column:id"` SpawngroupID int `json:"spawngroup_id" gorm:"Column:spawngroupID"` Zone null.String `json:"zone" gorm:"Column:zone"` Version int16 `json:"version" gorm:"Column:version"` X float32 `json:"x" gorm:"Column:x"` Y float32 `json:"y" gorm:"Column:y"` Z float32 `json:"z" gorm:"Column:z"` Heading float32 `json:"heading" gorm:"Column:heading"` Respawntime int `json:"respawntime" gorm:"Column:respawntime"` Variance int `json:"variance" gorm:"Column:variance"` Pathgrid int `json:"pathgrid" gorm:"Column:pathgrid"` PathWhenZoneIdle int8 `json:"path_when_zone_idle" gorm:"Column:path_when_zone_idle"` Condition uint32 `json:"_condition" gorm:"Column:_condition"` CondValue int32 `json:"cond_value" gorm:"Column:cond_value"` Animation uint8 `json:"animation" gorm:"Column:animation"` MinExpansion int8 `json:"min_expansion" gorm:"Column:min_expansion"` MaxExpansion int8 `json:"max_expansion" gorm:"Column:max_expansion"` ContentFlags null.String `json:"content_flags" gorm:"Column:content_flags"` ContentFlagsDisabled null.String `json:"content_flags_disabled" gorm:"Column:content_flags_disabled"` Spawngroup *Spawngroup `json:"spawngroup,omitempty" gorm:"foreignKey:spawngroupID;references:id"` Spawnentries []Spawnentry `json:"spawnentries,omitempty" gorm:"foreignKey:spawngroupID;references:spawngroupID"` } func (Spawn2) TableName() string { return "spawn2" } func (Spawn2) Relationships() []string { return []string{ "Spawnentries", "Spawnentries.NpcType", "Spawnentries.NpcType.AlternateCurrency", "Spawnentries.NpcType.AlternateCurrency.Item", "Spawnentries.NpcType.AlternateCurrency.Item.AlternateCurrencies", "Spawnentries.NpcType.AlternateCurrency.Item.CharacterCorpseItems", "Spawnentries.NpcType.AlternateCurrency.Item.DiscoveredItems", "Spawnentries.NpcType.AlternateCurrency.Item.Doors", "Spawnentries.NpcType.AlternateCurrency.Item.Doors.Item", "Spawnentries.NpcType.AlternateCurrency.Item.Fishings", "Spawnentries.NpcType.AlternateCurrency.Item.Fishings.Item", "Spawnentries.NpcType.AlternateCurrency.Item.Fishings.NpcType", "Spawnentries.NpcType.AlternateCurrency.Item.Fishings.Zone", "Spawnentries.NpcType.AlternateCurrency.Item.Forages", "Spawnentries.NpcType.AlternateCurrency.Item.Forages.Item", "Spawnentries.NpcType.AlternateCurrency.Item.Forages.Zone", "Spawnentries.NpcType.AlternateCurrency.Item.GroundSpawns", "Spawnentries.NpcType.AlternateCurrency.Item.GroundSpawns.Zone", "Spawnentries.NpcType.AlternateCurrency.Item.ItemTicks", "Spawnentries.NpcType.AlternateCurrency.Item.Keyrings", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Item", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LootdropEntries", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LoottableEntries", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LoottableEntries.Lootdrop", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LoottableEntries.Loottable", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LoottableEntries.Loottable.LoottableEntries", "Spawnentries.NpcType.AlternateCurrency.Item.LootdropEntries.Lootdrop.LoottableEntries.Loottable.NpcTypes", "Spawnentries.NpcType.AlternateCurrency.Item.Merchantlists", "Spawnentries.NpcType.AlternateCurrency.Item.Merchantlists.Items", "Spawnentries.NpcType.AlternateCurrency.Item.Merchantlists.NpcTypes", "Spawnentries.NpcType.AlternateCurrency.Item.ObjectContents", "Spawnentries.NpcType.AlternateCurrency.Item.Objects", "Spawnentries.NpcType.AlternateCurrency.Item.Objects.Item", "Spawnentries.NpcType.AlternateCurrency.Item.Objects.Zone", "Spawnentries.NpcType.AlternateCurrency.Item.TradeskillRecipeEntries", "Spawnentries.NpcType.AlternateCurrency.Item.TradeskillRecipeEntries.TradeskillRecipe", "Spawnentries.NpcType.AlternateCurrency.Item.TradeskillRecipeEntries.TradeskillRecipe.TradeskillRecipeEntries", "Spawnentries.NpcType.AlternateCurrency.Item.TributeLevels", "Spawnentries.NpcType.Loottable", "Spawnentries.NpcType.Loottable.LoottableEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.AlternateCurrencies", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.AlternateCurrencies.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.CharacterCorpseItems", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.DiscoveredItems", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Doors", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Doors.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Fishings", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Fishings.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Fishings.NpcType", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Fishings.Zone", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Forages", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Forages.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Forages.Zone", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.GroundSpawns", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.GroundSpawns.Zone", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.ItemTicks", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Keyrings", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.LootdropEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Merchantlists", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Merchantlists.Items", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Merchantlists.NpcTypes", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.ObjectContents", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Objects", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Objects.Item", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.Objects.Zone", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.TradeskillRecipeEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.TradeskillRecipeEntries.TradeskillRecipe", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.TradeskillRecipeEntries.TradeskillRecipe.TradeskillRecipeEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Item.TributeLevels", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LootdropEntries.Lootdrop", "Spawnentries.NpcType.Loottable.LoottableEntries.Lootdrop.LoottableEntries", "Spawnentries.NpcType.Loottable.LoottableEntries.Loottable", "Spawnentries.NpcType.Loottable.NpcTypes", "Spawnentries.NpcType.Merchantlists", "Spawnentries.NpcType.Merchantlists.Items", "Spawnentries.NpcType.Merchantlists.Items.AlternateCurrencies", "Spawnentries.NpcType.Merchantlists.Items.AlternateCurrencies.Item", "Spawnentries.NpcType.Merchantlists.Items.CharacterCorpseItems", "Spawnentries.NpcType.Merchantlists.Items.DiscoveredItems", "Spawnentries.NpcType.Merchantlists.Items.Doors", "Spawnentries.NpcType.Merchantlists.Items.Doors.Item", "Spawnentries.NpcType.Merchantlists.Items.Fishings", "Spawnentries.NpcType.Merchantlists.Items.Fishings.Item", "Spawnentries.NpcType.Merchantlists.Items.Fishings.NpcType", "Spawnentries.NpcType.Merchantlists.Items.Fishings.Zone", "Spawnentries.NpcType.Merchantlists.Items.Forages", "Spawnentries.NpcType.Merchantlists.Items.Forages.Item", "Spawnentries.NpcType.Merchantlists.Items.Forages.Zone", "Spawnentries.NpcType.Merchantlists.Items.GroundSpawns", "Spawnentries.NpcType.Merchantlists.Items.GroundSpawns.Zone", "Spawnentries.NpcType.Merchantlists.Items.ItemTicks", "Spawnentries.NpcType.Merchantlists.Items.Keyrings", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Item", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LootdropEntries", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LoottableEntries", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LoottableEntries.Lootdrop", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.LoottableEntries", "Spawnentries.NpcType.Merchantlists.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.NpcTypes", "Spawnentries.NpcType.Merchantlists.Items.Merchantlists", "Spawnentries.NpcType.Merchantlists.Items.ObjectContents", "Spawnentries.NpcType.Merchantlists.Items.Objects", "Spawnentries.NpcType.Merchantlists.Items.Objects.Item", "Spawnentries.NpcType.Merchantlists.Items.Objects.Zone", "Spawnentries.NpcType.Merchantlists.Items.TradeskillRecipeEntries", "Spawnentries.NpcType.Merchantlists.Items.TradeskillRecipeEntries.TradeskillRecipe", "Spawnentries.NpcType.Merchantlists.Items.TradeskillRecipeEntries.TradeskillRecipe.TradeskillRecipeEntries", "Spawnentries.NpcType.Merchantlists.Items.TributeLevels", "Spawnentries.NpcType.Merchantlists.NpcTypes", "Spawnentries.NpcType.NpcEmotes", "Spawnentries.NpcType.NpcFactions", "Spawnentries.NpcType.NpcFactions.NpcFactionEntries", "Spawnentries.NpcType.NpcFactions.NpcFactionEntries.FactionList", "Spawnentries.NpcType.NpcSpell", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.NpcSpell", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Aura", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Aura.SpellsNew", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.BlockedSpells", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.BotSpellsEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Damageshieldtypes", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.AlternateCurrencies", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.AlternateCurrencies.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.CharacterCorpseItems", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.DiscoveredItems", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Doors", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Doors.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Fishings", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Fishings.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Fishings.NpcType", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Fishings.Zone", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Forages", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Forages.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Forages.Zone", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.GroundSpawns", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.GroundSpawns.Zone", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.ItemTicks", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Keyrings", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LootdropEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Lootdrop", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.LoottableEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.NpcTypes", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Merchantlists", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Merchantlists.Items", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Merchantlists.NpcTypes", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.ObjectContents", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Objects", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Objects.Item", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.Objects.Zone", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries.TradeskillRecipe", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries.TradeskillRecipe.TradeskillRecipeEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.Items.TributeLevels", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.NpcSpellsEntries", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.NpcSpellsEntries.SpellsNew", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.SpellBuckets", "Spawnentries.NpcType.NpcSpell.BotSpellsEntries.SpellsNew.SpellGlobals", "Spawnentries.NpcType.NpcSpell.NpcSpell", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Aura", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Aura.SpellsNew", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.BlockedSpells", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.BotSpellsEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.BotSpellsEntries.NpcSpell", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.BotSpellsEntries.SpellsNew", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Damageshieldtypes", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.AlternateCurrencies", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.AlternateCurrencies.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.CharacterCorpseItems", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.DiscoveredItems", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Doors", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Doors.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Fishings", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Fishings.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Fishings.NpcType", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Fishings.Zone", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Forages", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Forages.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Forages.Zone", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.GroundSpawns", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.GroundSpawns.Zone", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.ItemTicks", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Keyrings", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LootdropEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Lootdrop", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.LoottableEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.LootdropEntries.Lootdrop.LoottableEntries.Loottable.NpcTypes", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Merchantlists", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Merchantlists.Items", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Merchantlists.NpcTypes", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.ObjectContents", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Objects", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Objects.Item", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.Objects.Zone", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries.TradeskillRecipe", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.TradeskillRecipeEntries.TradeskillRecipe.TradeskillRecipeEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.Items.TributeLevels", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.NpcSpellsEntries", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.SpellBuckets", "Spawnentries.NpcType.NpcSpell.NpcSpellsEntries.SpellsNew.SpellGlobals", "Spawnentries.NpcType.NpcTypesTint", "Spawnentries.NpcType.Spawnentries", "Spawnentries.Spawngroup", "Spawnentries.Spawngroup.Spawn2", "Spawngroup", "Spawngroup.Spawn2", } } func (Spawn2) Connection() string { return "eqemu_content" }