![]() |
TrinityCore
|
#include "DB2Stores.h"
#include "Containers.h"
#include "DatabaseEnv.h"
#include "DB2LoadInfo.h"
#include "Hash.h"
#include "ItemTemplate.h"
#include "IteratorPair.h"
#include "Log.h"
#include "Random.h"
#include "Regex.h"
#include "Timer.h"
#include "Util.h"
#include "World.h"
#include <boost/filesystem/operations.hpp>
#include <array>
#include <bitset>
#include <numeric>
#include <sstream>
#include <cctype>
Classes | |
struct | ItemLevelSelectorQualityEntryComparator |
struct | ExpectedStatModReducer< field > |
struct | UiMapAssignmentStatus |
Macros | |
#define | LOAD_DB2(store) LoadDB2(availableDb2Locales, loadErrors, _stores, &store, db2Path, defaultLocale, GetCppRecordSize(store)) |
Enumerations | |
enum | CurveInterpolationMode : uint8 { CurveInterpolationMode::Linear = 0, CurveInterpolationMode::Cosine = 1, CurveInterpolationMode::CatmullRom = 2, CurveInterpolationMode::Bezier3 = 3, CurveInterpolationMode::Bezier4 = 4, CurveInterpolationMode::Bezier = 5, CurveInterpolationMode::Constant = 6 } |
Functions | |
void | LoadAzeriteEmpoweredItemUnlockMappings (std::unordered_map< int32, std::vector< AzeriteUnlockMappingEntry const *>> const &azeriteUnlockMappingsBySet, uint32 itemId) |
template<typename T > | |
constexpr std::size_t | GetCppRecordSize (DB2Storage< T > const &) |
void | LoadDB2 (std::bitset< TOTAL_LOCALES > &availableDb2Locales, std::vector< std::string > &errlist, StorageMap &stores, DB2StorageBase *storage, std::string const &db2Path, LocaleConstant defaultLocale, std::size_t cppRecordSize) |
bool | ValidateBroadcastTextTactKeyOptionalData (std::vector< uint8 > const &data) |
static CurveInterpolationMode | DetermineCurveType (CurveEntry const *curve, std::vector< CurvePointEntry const *> const &points) |
template<typename Visitor > | |
void | VisitItemBonusTree (uint32 itemBonusTreeId, bool visitChildren, Visitor visitor) |
static bool | operator< (UiMapAssignmentStatus const &left, UiMapAssignmentStatus const &right) |
static bool | CheckUiMapAssignmentStatus (float x, float y, float z, int32 mapId, int32 areaId, int32 wmoDoodadPlacementId, int32 wmoGroupId, UiMapAssignmentEntry const *uiMapAssignment, UiMapAssignmentStatus *status) |
static UiMapAssignmentEntry const * | FindNearestMapAssignment (float x, float y, float z, int32 mapId, int32 areaId, int32 wmoDoodadPlacementId, int32 wmoGroupId, UiMapSystem system) |
static DBCPosition2D | CalculateGlobalUiMapPosition (int32 uiMapID, DBCPosition2D uiPosition) |
Variables | |
DB2Storage< AchievementEntry > | sAchievementStore ("Achievement.db2", AchievementLoadInfo::Instance()) |
DB2Storage< Achievement_CategoryEntry > | sAchievementCategoryStore ("Achievement_Category.db2", AchievementCategoryLoadInfo::Instance()) |
DB2Storage< AdventureJournalEntry > | sAdventureJournalStore ("AdventureJournal.db2", AdventureJournalLoadInfo::Instance()) |
DB2Storage< AdventureMapPOIEntry > | sAdventureMapPOIStore ("AdventureMapPOI.db2", AdventureMapPoiLoadInfo::Instance()) |
DB2Storage< AnimationDataEntry > | sAnimationDataStore ("AnimationData.db2", AnimationDataLoadInfo::Instance()) |
DB2Storage< AnimKitEntry > | sAnimKitStore ("AnimKit.db2", AnimKitLoadInfo::Instance()) |
DB2Storage< AreaGroupMemberEntry > | sAreaGroupMemberStore ("AreaGroupMember.db2", AreaGroupMemberLoadInfo::Instance()) |
DB2Storage< AreaTableEntry > | sAreaTableStore ("AreaTable.db2", AreaTableLoadInfo::Instance()) |
DB2Storage< AreaTriggerEntry > | sAreaTriggerStore ("AreaTrigger.db2", AreaTriggerLoadInfo::Instance()) |
DB2Storage< ArmorLocationEntry > | sArmorLocationStore ("ArmorLocation.db2", ArmorLocationLoadInfo::Instance()) |
DB2Storage< ArtifactEntry > | sArtifactStore ("Artifact.db2", ArtifactLoadInfo::Instance()) |
DB2Storage< ArtifactAppearanceEntry > | sArtifactAppearanceStore ("ArtifactAppearance.db2", ArtifactAppearanceLoadInfo::Instance()) |
DB2Storage< ArtifactAppearanceSetEntry > | sArtifactAppearanceSetStore ("ArtifactAppearanceSet.db2", ArtifactAppearanceSetLoadInfo::Instance()) |
DB2Storage< ArtifactCategoryEntry > | sArtifactCategoryStore ("ArtifactCategory.db2", ArtifactCategoryLoadInfo::Instance()) |
DB2Storage< ArtifactPowerEntry > | sArtifactPowerStore ("ArtifactPower.db2", ArtifactPowerLoadInfo::Instance()) |
DB2Storage< ArtifactPowerLinkEntry > | sArtifactPowerLinkStore ("ArtifactPowerLink.db2", ArtifactPowerLinkLoadInfo::Instance()) |
DB2Storage< ArtifactPowerPickerEntry > | sArtifactPowerPickerStore ("ArtifactPowerPicker.db2", ArtifactPowerPickerLoadInfo::Instance()) |
DB2Storage< ArtifactPowerRankEntry > | sArtifactPowerRankStore ("ArtifactPowerRank.db2", ArtifactPowerRankLoadInfo::Instance()) |
DB2Storage< ArtifactQuestXPEntry > | sArtifactQuestXPStore ("ArtifactQuestXP.db2", ArtifactQuestXpLoadInfo::Instance()) |
DB2Storage< ArtifactTierEntry > | sArtifactTierStore ("ArtifactTier.db2", ArtifactTierLoadInfo::Instance()) |
DB2Storage< ArtifactUnlockEntry > | sArtifactUnlockStore ("ArtifactUnlock.db2", ArtifactUnlockLoadInfo::Instance()) |
DB2Storage< AuctionHouseEntry > | sAuctionHouseStore ("AuctionHouse.db2", AuctionHouseLoadInfo::Instance()) |
DB2Storage< AzeriteEmpoweredItemEntry > | sAzeriteEmpoweredItemStore ("AzeriteEmpoweredItem.db2", AzeriteEmpoweredItemLoadInfo::Instance()) |
DB2Storage< AzeriteEssenceEntry > | sAzeriteEssenceStore ("AzeriteEssence.db2", AzeriteEssenceLoadInfo::Instance()) |
DB2Storage< AzeriteEssencePowerEntry > | sAzeriteEssencePowerStore ("AzeriteEssencePower.db2", AzeriteEssencePowerLoadInfo::Instance()) |
DB2Storage< AzeriteItemEntry > | sAzeriteItemStore ("AzeriteItem.db2", AzeriteItemLoadInfo::Instance()) |
DB2Storage< AzeriteItemMilestonePowerEntry > | sAzeriteItemMilestonePowerStore ("AzeriteItemMilestonePower.db2", AzeriteItemMilestonePowerLoadInfo::Instance()) |
DB2Storage< AzeriteKnowledgeMultiplierEntry > | sAzeriteKnowledgeMultiplierStore ("AzeriteKnowledgeMultiplier.db2", AzeriteKnowledgeMultiplierLoadInfo::Instance()) |
DB2Storage< AzeriteLevelInfoEntry > | sAzeriteLevelInfoStore ("AzeriteLevelInfo.db2", AzeriteLevelInfoLoadInfo::Instance()) |
DB2Storage< AzeritePowerEntry > | sAzeritePowerStore ("AzeritePower.db2", AzeritePowerLoadInfo::Instance()) |
DB2Storage< AzeritePowerSetMemberEntry > | sAzeritePowerSetMemberStore ("AzeritePowerSetMember.db2", AzeritePowerSetMemberLoadInfo::Instance()) |
DB2Storage< AzeriteTierUnlockEntry > | sAzeriteTierUnlockStore ("AzeriteTierUnlock.db2", AzeriteTierUnlockLoadInfo::Instance()) |
DB2Storage< AzeriteTierUnlockSetEntry > | sAzeriteTierUnlockSetStore ("AzeriteTierUnlockSet.db2", AzeriteTierUnlockSetLoadInfo::Instance()) |
DB2Storage< AzeriteUnlockMappingEntry > | sAzeriteUnlockMappingStore ("AzeriteUnlockMapping.db2", AzeriteUnlockMappingLoadInfo::Instance()) |
DB2Storage< BankBagSlotPricesEntry > | sBankBagSlotPricesStore ("BankBagSlotPrices.db2", BankBagSlotPricesLoadInfo::Instance()) |
DB2Storage< BannedAddonsEntry > | sBannedAddonsStore ("BannedAddons.db2", BannedAddonsLoadInfo::Instance()) |
DB2Storage< BarberShopStyleEntry > | sBarberShopStyleStore ("BarberShopStyle.db2", BarberShopStyleLoadInfo::Instance()) |
DB2Storage< BattlePetBreedQualityEntry > | sBattlePetBreedQualityStore ("BattlePetBreedQuality.db2", BattlePetBreedQualityLoadInfo::Instance()) |
DB2Storage< BattlePetBreedStateEntry > | sBattlePetBreedStateStore ("BattlePetBreedState.db2", BattlePetBreedStateLoadInfo::Instance()) |
DB2Storage< BattlePetSpeciesEntry > | sBattlePetSpeciesStore ("BattlePetSpecies.db2", BattlePetSpeciesLoadInfo::Instance()) |
DB2Storage< BattlePetSpeciesStateEntry > | sBattlePetSpeciesStateStore ("BattlePetSpeciesState.db2", BattlePetSpeciesStateLoadInfo::Instance()) |
DB2Storage< BattlemasterListEntry > | sBattlemasterListStore ("BattlemasterList.db2", BattlemasterListLoadInfo::Instance()) |
DB2Storage< BroadcastTextEntry > | sBroadcastTextStore ("BroadcastText.db2", BroadcastTextLoadInfo::Instance()) |
DB2Storage< BroadcastTextDurationEntry > | sBroadcastTextDurationStore ("BroadcastTextDuration.db2", BroadcastTextDurationLoadInfo::Instance()) |
DB2Storage< Cfg_RegionsEntry > | sCfgRegionsStore ("Cfg_Regions.db2", CfgRegionsLoadInfo::Instance()) |
DB2Storage< CharTitlesEntry > | sCharTitlesStore ("CharTitles.db2", CharTitlesLoadInfo::Instance()) |
DB2Storage< CharacterLoadoutEntry > | sCharacterLoadoutStore ("CharacterLoadout.db2", CharacterLoadoutLoadInfo::Instance()) |
DB2Storage< CharacterLoadoutItemEntry > | sCharacterLoadoutItemStore ("CharacterLoadoutItem.db2", CharacterLoadoutItemLoadInfo::Instance()) |
DB2Storage< ChatChannelsEntry > | sChatChannelsStore ("ChatChannels.db2", ChatChannelsLoadInfo::Instance()) |
DB2Storage< ChrClassUIDisplayEntry > | sChrClassUIDisplayStore ("ChrClassUIDisplay.db2", ChrClassUiDisplayLoadInfo::Instance()) |
DB2Storage< ChrClassesEntry > | sChrClassesStore ("ChrClasses.db2", ChrClassesLoadInfo::Instance()) |
DB2Storage< ChrClassesXPowerTypesEntry > | sChrClassesXPowerTypesStore ("ChrClassesXPowerTypes.db2", ChrClassesXPowerTypesLoadInfo::Instance()) |
DB2Storage< ChrCustomizationChoiceEntry > | sChrCustomizationChoiceStore ("ChrCustomizationChoice.db2", ChrCustomizationChoiceLoadInfo::Instance()) |
DB2Storage< ChrCustomizationDisplayInfoEntry > | sChrCustomizationDisplayInfoStore ("ChrCustomizationDisplayInfo.db2", ChrCustomizationDisplayInfoLoadInfo::Instance()) |
DB2Storage< ChrCustomizationElementEntry > | sChrCustomizationElementStore ("ChrCustomizationElement.db2", ChrCustomizationElementLoadInfo::Instance()) |
DB2Storage< ChrCustomizationOptionEntry > | sChrCustomizationOptionStore ("ChrCustomizationOption.db2", ChrCustomizationOptionLoadInfo::Instance()) |
DB2Storage< ChrCustomizationReqEntry > | sChrCustomizationReqStore ("ChrCustomizationReq.db2", ChrCustomizationReqLoadInfo::Instance()) |
DB2Storage< ChrCustomizationReqChoiceEntry > | sChrCustomizationReqChoiceStore ("ChrCustomizationReqChoice.db2", ChrCustomizationReqChoiceLoadInfo::Instance()) |
DB2Storage< ChrModelEntry > | sChrModelStore ("ChrModel.db2", ChrModelLoadInfo::Instance()) |
DB2Storage< ChrRaceXChrModelEntry > | sChrRaceXChrModelStore ("ChrRaceXChrModel.db2", ChrRaceXChrModelLoadInfo::Instance()) |
DB2Storage< ChrRacesEntry > | sChrRacesStore ("ChrRaces.db2", ChrRacesLoadInfo::Instance()) |
DB2Storage< ChrSpecializationEntry > | sChrSpecializationStore ("ChrSpecialization.db2", ChrSpecializationLoadInfo::Instance()) |
DB2Storage< CinematicCameraEntry > | sCinematicCameraStore ("CinematicCamera.db2", CinematicCameraLoadInfo::Instance()) |
DB2Storage< CinematicSequencesEntry > | sCinematicSequencesStore ("CinematicSequences.db2", CinematicSequencesLoadInfo::Instance()) |
DB2Storage< ContentTuningEntry > | sContentTuningStore ("ContentTuning.db2", ContentTuningLoadInfo::Instance()) |
DB2Storage< ContentTuningXExpectedEntry > | sContentTuningXExpectedStore ("ContentTuningXExpected.db2", ContentTuningXExpectedLoadInfo::Instance()) |
DB2Storage< ConversationLineEntry > | sConversationLineStore ("ConversationLine.db2", ConversationLineLoadInfo::Instance()) |
DB2Storage< CorruptionEffectsEntry > | sCorruptionEffectsStore ("CorruptionEffects.db2", CorruptionEffectsLoadInfo::Instance()) |
DB2Storage< CreatureDisplayInfoEntry > | sCreatureDisplayInfoStore ("CreatureDisplayInfo.db2", CreatureDisplayInfoLoadInfo::Instance()) |
DB2Storage< CreatureDisplayInfoExtraEntry > | sCreatureDisplayInfoExtraStore ("CreatureDisplayInfoExtra.db2", CreatureDisplayInfoExtraLoadInfo::Instance()) |
DB2Storage< CreatureFamilyEntry > | sCreatureFamilyStore ("CreatureFamily.db2", CreatureFamilyLoadInfo::Instance()) |
DB2Storage< CreatureModelDataEntry > | sCreatureModelDataStore ("CreatureModelData.db2", CreatureModelDataLoadInfo::Instance()) |
DB2Storage< CreatureTypeEntry > | sCreatureTypeStore ("CreatureType.db2", CreatureTypeLoadInfo::Instance()) |
DB2Storage< CriteriaEntry > | sCriteriaStore ("Criteria.db2", CriteriaLoadInfo::Instance()) |
DB2Storage< CriteriaTreeEntry > | sCriteriaTreeStore ("CriteriaTree.db2", CriteriaTreeLoadInfo::Instance()) |
DB2Storage< CurrencyContainerEntry > | sCurrencyContainerStore ("CurrencyContainer.db2", CurrencyContainerLoadInfo::Instance()) |
DB2Storage< CurrencyTypesEntry > | sCurrencyTypesStore ("CurrencyTypes.db2", CurrencyTypesLoadInfo::Instance()) |
DB2Storage< CurveEntry > | sCurveStore ("Curve.db2", CurveLoadInfo::Instance()) |
DB2Storage< CurvePointEntry > | sCurvePointStore ("CurvePoint.db2", CurvePointLoadInfo::Instance()) |
DB2Storage< DestructibleModelDataEntry > | sDestructibleModelDataStore ("DestructibleModelData.db2", DestructibleModelDataLoadInfo::Instance()) |
DB2Storage< DifficultyEntry > | sDifficultyStore ("Difficulty.db2", DifficultyLoadInfo::Instance()) |
DB2Storage< DungeonEncounterEntry > | sDungeonEncounterStore ("DungeonEncounter.db2", DungeonEncounterLoadInfo::Instance()) |
DB2Storage< DurabilityCostsEntry > | sDurabilityCostsStore ("DurabilityCosts.db2", DurabilityCostsLoadInfo::Instance()) |
DB2Storage< DurabilityQualityEntry > | sDurabilityQualityStore ("DurabilityQuality.db2", DurabilityQualityLoadInfo::Instance()) |
DB2Storage< EmotesEntry > | sEmotesStore ("Emotes.db2", EmotesLoadInfo::Instance()) |
DB2Storage< EmotesTextEntry > | sEmotesTextStore ("EmotesText.db2", EmotesTextLoadInfo::Instance()) |
DB2Storage< EmotesTextSoundEntry > | sEmotesTextSoundStore ("EmotesTextSound.db2", EmotesTextSoundLoadInfo::Instance()) |
DB2Storage< ExpectedStatEntry > | sExpectedStatStore ("ExpectedStat.db2", ExpectedStatLoadInfo::Instance()) |
DB2Storage< ExpectedStatModEntry > | sExpectedStatModStore ("ExpectedStatMod.db2", ExpectedStatModLoadInfo::Instance()) |
DB2Storage< FactionEntry > | sFactionStore ("Faction.db2", FactionLoadInfo::Instance()) |
DB2Storage< FactionTemplateEntry > | sFactionTemplateStore ("FactionTemplate.db2", FactionTemplateLoadInfo::Instance()) |
DB2Storage< FriendshipRepReactionEntry > | sFriendshipRepReactionStore ("FriendshipRepReaction.db2", FriendshipRepReactionLoadInfo::Instance()) |
DB2Storage< FriendshipReputationEntry > | sFriendshipReputationStore ("FriendshipReputation.db2", FriendshipReputationLoadInfo::Instance()) |
DB2Storage< GameObjectArtKitEntry > | sGameObjectArtKitStore ("GameObjectArtKit.db2", GameobjectArtKitLoadInfo::Instance()) |
DB2Storage< GameObjectDisplayInfoEntry > | sGameObjectDisplayInfoStore ("GameObjectDisplayInfo.db2", GameobjectDisplayInfoLoadInfo::Instance()) |
DB2Storage< GameObjectsEntry > | sGameObjectsStore ("GameObjects.db2", GameobjectsLoadInfo::Instance()) |
DB2Storage< GarrAbilityEntry > | sGarrAbilityStore ("GarrAbility.db2", GarrAbilityLoadInfo::Instance()) |
DB2Storage< GarrBuildingEntry > | sGarrBuildingStore ("GarrBuilding.db2", GarrBuildingLoadInfo::Instance()) |
DB2Storage< GarrBuildingPlotInstEntry > | sGarrBuildingPlotInstStore ("GarrBuildingPlotInst.db2", GarrBuildingPlotInstLoadInfo::Instance()) |
DB2Storage< GarrClassSpecEntry > | sGarrClassSpecStore ("GarrClassSpec.db2", GarrClassSpecLoadInfo::Instance()) |
DB2Storage< GarrFollowerEntry > | sGarrFollowerStore ("GarrFollower.db2", GarrFollowerLoadInfo::Instance()) |
DB2Storage< GarrFollowerXAbilityEntry > | sGarrFollowerXAbilityStore ("GarrFollowerXAbility.db2", GarrFollowerXAbilityLoadInfo::Instance()) |
DB2Storage< GarrMissionEntry > | sGarrMissionStore ("GarrMission.db2", GarrMissionLoadInfo::Instance()) |
DB2Storage< GarrPlotEntry > | sGarrPlotStore ("GarrPlot.db2", GarrPlotLoadInfo::Instance()) |
DB2Storage< GarrPlotBuildingEntry > | sGarrPlotBuildingStore ("GarrPlotBuilding.db2", GarrPlotBuildingLoadInfo::Instance()) |
DB2Storage< GarrPlotInstanceEntry > | sGarrPlotInstanceStore ("GarrPlotInstance.db2", GarrPlotInstanceLoadInfo::Instance()) |
DB2Storage< GarrSiteLevelEntry > | sGarrSiteLevelStore ("GarrSiteLevel.db2", GarrSiteLevelLoadInfo::Instance()) |
DB2Storage< GarrSiteLevelPlotInstEntry > | sGarrSiteLevelPlotInstStore ("GarrSiteLevelPlotInst.db2", GarrSiteLevelPlotInstLoadInfo::Instance()) |
DB2Storage< GemPropertiesEntry > | sGemPropertiesStore ("GemProperties.db2", GemPropertiesLoadInfo::Instance()) |
DB2Storage< GlobalCurveEntry > | sGlobalCurveStore ("GlobalCurve.db2", GlobalCurveLoadInfo::Instance()) |
DB2Storage< GlyphBindableSpellEntry > | sGlyphBindableSpellStore ("GlyphBindableSpell.db2", GlyphBindableSpellLoadInfo::Instance()) |
DB2Storage< GlyphPropertiesEntry > | sGlyphPropertiesStore ("GlyphProperties.db2", GlyphPropertiesLoadInfo::Instance()) |
DB2Storage< GlyphRequiredSpecEntry > | sGlyphRequiredSpecStore ("GlyphRequiredSpec.db2", GlyphRequiredSpecLoadInfo::Instance()) |
DB2Storage< GuildColorBackgroundEntry > | sGuildColorBackgroundStore ("GuildColorBackground.db2", GuildColorBackgroundLoadInfo::Instance()) |
DB2Storage< GuildColorBorderEntry > | sGuildColorBorderStore ("GuildColorBorder.db2", GuildColorBorderLoadInfo::Instance()) |
DB2Storage< GuildColorEmblemEntry > | sGuildColorEmblemStore ("GuildColorEmblem.db2", GuildColorEmblemLoadInfo::Instance()) |
DB2Storage< GuildPerkSpellsEntry > | sGuildPerkSpellsStore ("GuildPerkSpells.db2", GuildPerkSpellsLoadInfo::Instance()) |
DB2Storage< HeirloomEntry > | sHeirloomStore ("Heirloom.db2", HeirloomLoadInfo::Instance()) |
DB2Storage< HolidaysEntry > | sHolidaysStore ("Holidays.db2", HolidaysLoadInfo::Instance()) |
DB2Storage< ImportPriceArmorEntry > | sImportPriceArmorStore ("ImportPriceArmor.db2", ImportPriceArmorLoadInfo::Instance()) |
DB2Storage< ImportPriceQualityEntry > | sImportPriceQualityStore ("ImportPriceQuality.db2", ImportPriceQualityLoadInfo::Instance()) |
DB2Storage< ImportPriceShieldEntry > | sImportPriceShieldStore ("ImportPriceShield.db2", ImportPriceShieldLoadInfo::Instance()) |
DB2Storage< ImportPriceWeaponEntry > | sImportPriceWeaponStore ("ImportPriceWeapon.db2", ImportPriceWeaponLoadInfo::Instance()) |
DB2Storage< ItemAppearanceEntry > | sItemAppearanceStore ("ItemAppearance.db2", ItemAppearanceLoadInfo::Instance()) |
DB2Storage< ItemArmorQualityEntry > | sItemArmorQualityStore ("ItemArmorQuality.db2", ItemArmorQualityLoadInfo::Instance()) |
DB2Storage< ItemArmorShieldEntry > | sItemArmorShieldStore ("ItemArmorShield.db2", ItemArmorShieldLoadInfo::Instance()) |
DB2Storage< ItemArmorTotalEntry > | sItemArmorTotalStore ("ItemArmorTotal.db2", ItemArmorTotalLoadInfo::Instance()) |
DB2Storage< ItemBagFamilyEntry > | sItemBagFamilyStore ("ItemBagFamily.db2", ItemBagFamilyLoadInfo::Instance()) |
DB2Storage< ItemBonusEntry > | sItemBonusStore ("ItemBonus.db2", ItemBonusLoadInfo::Instance()) |
DB2Storage< ItemBonusListLevelDeltaEntry > | sItemBonusListLevelDeltaStore ("ItemBonusListLevelDelta.db2", ItemBonusListLevelDeltaLoadInfo::Instance()) |
DB2Storage< ItemBonusTreeNodeEntry > | sItemBonusTreeNodeStore ("ItemBonusTreeNode.db2", ItemBonusTreeNodeLoadInfo::Instance()) |
DB2Storage< ItemChildEquipmentEntry > | sItemChildEquipmentStore ("ItemChildEquipment.db2", ItemChildEquipmentLoadInfo::Instance()) |
DB2Storage< ItemClassEntry > | sItemClassStore ("ItemClass.db2", ItemClassLoadInfo::Instance()) |
DB2Storage< ItemCurrencyCostEntry > | sItemCurrencyCostStore ("ItemCurrencyCost.db2", ItemCurrencyCostLoadInfo::Instance()) |
DB2Storage< ItemDamageAmmoEntry > | sItemDamageAmmoStore ("ItemDamageAmmo.db2", ItemDamageAmmoLoadInfo::Instance()) |
DB2Storage< ItemDamageOneHandEntry > | sItemDamageOneHandStore ("ItemDamageOneHand.db2", ItemDamageOneHandLoadInfo::Instance()) |
DB2Storage< ItemDamageOneHandCasterEntry > | sItemDamageOneHandCasterStore ("ItemDamageOneHandCaster.db2", ItemDamageOneHandCasterLoadInfo::Instance()) |
DB2Storage< ItemDamageTwoHandEntry > | sItemDamageTwoHandStore ("ItemDamageTwoHand.db2", ItemDamageTwoHandLoadInfo::Instance()) |
DB2Storage< ItemDamageTwoHandCasterEntry > | sItemDamageTwoHandCasterStore ("ItemDamageTwoHandCaster.db2", ItemDamageTwoHandCasterLoadInfo::Instance()) |
DB2Storage< ItemDisenchantLootEntry > | sItemDisenchantLootStore ("ItemDisenchantLoot.db2", ItemDisenchantLootLoadInfo::Instance()) |
DB2Storage< ItemEffectEntry > | sItemEffectStore ("ItemEffect.db2", ItemEffectLoadInfo::Instance()) |
DB2Storage< ItemEntry > | sItemStore ("Item.db2", ItemLoadInfo::Instance()) |
DB2Storage< ItemExtendedCostEntry > | sItemExtendedCostStore ("ItemExtendedCost.db2", ItemExtendedCostLoadInfo::Instance()) |
DB2Storage< ItemLevelSelectorEntry > | sItemLevelSelectorStore ("ItemLevelSelector.db2", ItemLevelSelectorLoadInfo::Instance()) |
DB2Storage< ItemLevelSelectorQualityEntry > | sItemLevelSelectorQualityStore ("ItemLevelSelectorQuality.db2", ItemLevelSelectorQualityLoadInfo::Instance()) |
DB2Storage< ItemLevelSelectorQualitySetEntry > | sItemLevelSelectorQualitySetStore ("ItemLevelSelectorQualitySet.db2", ItemLevelSelectorQualitySetLoadInfo::Instance()) |
DB2Storage< ItemLimitCategoryEntry > | sItemLimitCategoryStore ("ItemLimitCategory.db2", ItemLimitCategoryLoadInfo::Instance()) |
DB2Storage< ItemLimitCategoryConditionEntry > | sItemLimitCategoryConditionStore ("ItemLimitCategoryCondition.db2", ItemLimitCategoryConditionLoadInfo::Instance()) |
DB2Storage< ItemModifiedAppearanceEntry > | sItemModifiedAppearanceStore ("ItemModifiedAppearance.db2", ItemModifiedAppearanceLoadInfo::Instance()) |
DB2Storage< ItemModifiedAppearanceExtraEntry > | sItemModifiedAppearanceExtraStore ("ItemModifiedAppearanceExtra.db2", ItemModifiedAppearanceExtraLoadInfo::Instance()) |
DB2Storage< ItemNameDescriptionEntry > | sItemNameDescriptionStore ("ItemNameDescription.db2", ItemNameDescriptionLoadInfo::Instance()) |
DB2Storage< ItemPriceBaseEntry > | sItemPriceBaseStore ("ItemPriceBase.db2", ItemPriceBaseLoadInfo::Instance()) |
DB2Storage< ItemSearchNameEntry > | sItemSearchNameStore ("ItemSearchName.db2", ItemSearchNameLoadInfo::Instance()) |
DB2Storage< ItemSetEntry > | sItemSetStore ("ItemSet.db2", ItemSetLoadInfo::Instance()) |
DB2Storage< ItemSetSpellEntry > | sItemSetSpellStore ("ItemSetSpell.db2", ItemSetSpellLoadInfo::Instance()) |
DB2Storage< ItemSparseEntry > | sItemSparseStore ("ItemSparse.db2", ItemSparseLoadInfo::Instance()) |
DB2Storage< ItemSpecEntry > | sItemSpecStore ("ItemSpec.db2", ItemSpecLoadInfo::Instance()) |
DB2Storage< ItemSpecOverrideEntry > | sItemSpecOverrideStore ("ItemSpecOverride.db2", ItemSpecOverrideLoadInfo::Instance()) |
DB2Storage< ItemXBonusTreeEntry > | sItemXBonusTreeStore ("ItemXBonusTree.db2", ItemXBonusTreeLoadInfo::Instance()) |
DB2Storage< ItemXItemEffectEntry > | sItemXItemEffectStore ("ItemXItemEffect.db2", ItemXItemEffectLoadInfo::Instance()) |
DB2Storage< JournalEncounterEntry > | sJournalEncounterStore ("JournalEncounter.db2", JournalEncounterLoadInfo::Instance()) |
DB2Storage< JournalEncounterSectionEntry > | sJournalEncounterSectionStore ("JournalEncounterSection.db2", JournalEncounterSectionLoadInfo::Instance()) |
DB2Storage< JournalInstanceEntry > | sJournalInstanceStore ("JournalInstance.db2", JournalInstanceLoadInfo::Instance()) |
DB2Storage< JournalTierEntry > | sJournalTierStore ("JournalTier.db2", JournalTierLoadInfo::Instance()) |
DB2Storage< KeychainEntry > | sKeychainStore ("Keychain.db2", KeychainLoadInfo::Instance()) |
DB2Storage< KeystoneAffixEntry > | sKeystoneAffixStore ("KeystoneAffix.db2", KeystoneAffixLoadInfo::Instance()) |
DB2Storage< LanguageWordsEntry > | sLanguageWordsStore ("LanguageWords.db2", LanguageWordsLoadInfo::Instance()) |
DB2Storage< LanguagesEntry > | sLanguagesStore ("Languages.db2", LanguagesLoadInfo::Instance()) |
DB2Storage< LFGDungeonsEntry > | sLFGDungeonsStore ("LFGDungeons.db2", LfgDungeonsLoadInfo::Instance()) |
DB2Storage< LightEntry > | sLightStore ("Light.db2", LightLoadInfo::Instance()) |
DB2Storage< LiquidTypeEntry > | sLiquidTypeStore ("LiquidType.db2", LiquidTypeLoadInfo::Instance()) |
DB2Storage< LockEntry > | sLockStore ("Lock.db2", LockLoadInfo::Instance()) |
DB2Storage< MailTemplateEntry > | sMailTemplateStore ("MailTemplate.db2", MailTemplateLoadInfo::Instance()) |
DB2Storage< MapEntry > | sMapStore ("Map.db2", MapLoadInfo::Instance()) |
DB2Storage< MapChallengeModeEntry > | sMapChallengeModeStore ("MapChallengeMode.db2", MapChallengeModeLoadInfo::Instance()) |
DB2Storage< MapDifficultyEntry > | sMapDifficultyStore ("MapDifficulty.db2", MapDifficultyLoadInfo::Instance()) |
DB2Storage< MapDifficultyXConditionEntry > | sMapDifficultyXConditionStore ("MapDifficultyXCondition.db2", MapDifficultyXConditionLoadInfo::Instance()) |
DB2Storage< MawPowerEntry > | sMawPowerStore ("MawPower.db2", MawPowerLoadInfo::Instance()) |
DB2Storage< ModifierTreeEntry > | sModifierTreeStore ("ModifierTree.db2", ModifierTreeLoadInfo::Instance()) |
DB2Storage< MountCapabilityEntry > | sMountCapabilityStore ("MountCapability.db2", MountCapabilityLoadInfo::Instance()) |
DB2Storage< MountEntry > | sMountStore ("Mount.db2", MountLoadInfo::Instance()) |
DB2Storage< MountTypeXCapabilityEntry > | sMountTypeXCapabilityStore ("MountTypeXCapability.db2", MountTypeXCapabilityLoadInfo::Instance()) |
DB2Storage< MountXDisplayEntry > | sMountXDisplayStore ("MountXDisplay.db2", MountXDisplayLoadInfo::Instance()) |
DB2Storage< MovieEntry > | sMovieStore ("Movie.db2", MovieLoadInfo::Instance()) |
DB2Storage< NameGenEntry > | sNameGenStore ("NameGen.db2", NameGenLoadInfo::Instance()) |
DB2Storage< NamesProfanityEntry > | sNamesProfanityStore ("NamesProfanity.db2", NamesProfanityLoadInfo::Instance()) |
DB2Storage< NamesReservedEntry > | sNamesReservedStore ("NamesReserved.db2", NamesReservedLoadInfo::Instance()) |
DB2Storage< NamesReservedLocaleEntry > | sNamesReservedLocaleStore ("NamesReservedLocale.db2", NamesReservedLocaleLoadInfo::Instance()) |
DB2Storage< NumTalentsAtLevelEntry > | sNumTalentsAtLevelStore ("NumTalentsAtLevel.db2", NumTalentsAtLevelLoadInfo::Instance()) |
DB2Storage< OverrideSpellDataEntry > | sOverrideSpellDataStore ("OverrideSpellData.db2", OverrideSpellDataLoadInfo::Instance()) |
DB2Storage< ParagonReputationEntry > | sParagonReputationStore ("ParagonReputation.db2", ParagonReputationLoadInfo::Instance()) |
DB2Storage< PhaseEntry > | sPhaseStore ("Phase.db2", PhaseLoadInfo::Instance()) |
DB2Storage< PhaseXPhaseGroupEntry > | sPhaseXPhaseGroupStore ("PhaseXPhaseGroup.db2", PhaseXPhaseGroupLoadInfo::Instance()) |
DB2Storage< PlayerConditionEntry > | sPlayerConditionStore ("PlayerCondition.db2", PlayerConditionLoadInfo::Instance()) |
DB2Storage< PowerDisplayEntry > | sPowerDisplayStore ("PowerDisplay.db2", PowerDisplayLoadInfo::Instance()) |
DB2Storage< PowerTypeEntry > | sPowerTypeStore ("PowerType.db2", PowerTypeLoadInfo::Instance()) |
DB2Storage< PrestigeLevelInfoEntry > | sPrestigeLevelInfoStore ("PrestigeLevelInfo.db2", PrestigeLevelInfoLoadInfo::Instance()) |
DB2Storage< PVPDifficultyEntry > | sPVPDifficultyStore ("PVPDifficulty.db2", PvpDifficultyLoadInfo::Instance()) |
DB2Storage< PVPItemEntry > | sPVPItemStore ("PVPItem.db2", PvpItemLoadInfo::Instance()) |
DB2Storage< PvpTalentEntry > | sPvpTalentStore ("PvpTalent.db2", PvpTalentLoadInfo::Instance()) |
DB2Storage< PvpTalentCategoryEntry > | sPvpTalentCategoryStore ("PvpTalentCategory.db2", PvpTalentCategoryLoadInfo::Instance()) |
DB2Storage< PvpTalentSlotUnlockEntry > | sPvpTalentSlotUnlockStore ("PvpTalentSlotUnlock.db2", PvpTalentSlotUnlockLoadInfo::Instance()) |
DB2Storage< PvpTierEntry > | sPvpTierStore ("PvpTier.db2", PvpTierLoadInfo::Instance()) |
DB2Storage< QuestFactionRewardEntry > | sQuestFactionRewardStore ("QuestFactionReward.db2", QuestFactionRewardLoadInfo::Instance()) |
DB2Storage< QuestInfoEntry > | sQuestInfoStore ("QuestInfo.db2", QuestInfoLoadInfo::Instance()) |
DB2Storage< QuestLineXQuestEntry > | sQuestLineXQuestStore ("QuestLineXQuest.db2", QuestLineXQuestLoadInfo::Instance()) |
DB2Storage< QuestMoneyRewardEntry > | sQuestMoneyRewardStore ("QuestMoneyReward.db2", QuestMoneyRewardLoadInfo::Instance()) |
DB2Storage< QuestPackageItemEntry > | sQuestPackageItemStore ("QuestPackageItem.db2", QuestPackageItemLoadInfo::Instance()) |
DB2Storage< QuestSortEntry > | sQuestSortStore ("QuestSort.db2", QuestSortLoadInfo::Instance()) |
DB2Storage< QuestV2Entry > | sQuestV2Store ("QuestV2.db2", QuestV2LoadInfo::Instance()) |
DB2Storage< QuestXPEntry > | sQuestXPStore ("QuestXP.db2", QuestXpLoadInfo::Instance()) |
DB2Storage< RandPropPointsEntry > | sRandPropPointsStore ("RandPropPoints.db2", RandPropPointsLoadInfo::Instance()) |
DB2Storage< RewardPackEntry > | sRewardPackStore ("RewardPack.db2", RewardPackLoadInfo::Instance()) |
DB2Storage< RewardPackXCurrencyTypeEntry > | sRewardPackXCurrencyTypeStore ("RewardPackXCurrencyType.db2", RewardPackXCurrencyTypeLoadInfo::Instance()) |
DB2Storage< RewardPackXItemEntry > | sRewardPackXItemStore ("RewardPackXItem.db2", RewardPackXItemLoadInfo::Instance()) |
DB2Storage< ScenarioEntry > | sScenarioStore ("Scenario.db2", ScenarioLoadInfo::Instance()) |
DB2Storage< ScenarioStepEntry > | sScenarioStepStore ("ScenarioStep.db2", ScenarioStepLoadInfo::Instance()) |
DB2Storage< SceneScriptEntry > | sSceneScriptStore ("SceneScript.db2", SceneScriptLoadInfo::Instance()) |
DB2Storage< SceneScriptGlobalTextEntry > | sSceneScriptGlobalTextStore ("SceneScriptGlobalText.db2", SceneScriptGlobalTextLoadInfo::Instance()) |
DB2Storage< SceneScriptPackageEntry > | sSceneScriptPackageStore ("SceneScriptPackage.db2", SceneScriptPackageLoadInfo::Instance()) |
DB2Storage< SceneScriptTextEntry > | sSceneScriptTextStore ("SceneScriptText.db2", SceneScriptTextLoadInfo::Instance()) |
DB2Storage< SkillLineEntry > | sSkillLineStore ("SkillLine.db2", SkillLineLoadInfo::Instance()) |
DB2Storage< SkillLineAbilityEntry > | sSkillLineAbilityStore ("SkillLineAbility.db2", SkillLineAbilityLoadInfo::Instance()) |
DB2Storage< SkillRaceClassInfoEntry > | sSkillRaceClassInfoStore ("SkillRaceClassInfo.db2", SkillRaceClassInfoLoadInfo::Instance()) |
DB2Storage< SoulbindConduitRankEntry > | sSoulbindConduitRankStore ("SoulbindConduitRank.db2", SoulbindConduitRankLoadInfo::Instance()) |
DB2Storage< SoundKitEntry > | sSoundKitStore ("SoundKit.db2", SoundKitLoadInfo::Instance()) |
DB2Storage< SpecializationSpellsEntry > | sSpecializationSpellsStore ("SpecializationSpells.db2", SpecializationSpellsLoadInfo::Instance()) |
DB2Storage< SpecSetMemberEntry > | sSpecSetMemberStore ("SpecSetMember.db2", SpecSetMemberLoadInfo::Instance()) |
DB2Storage< SpellAuraOptionsEntry > | sSpellAuraOptionsStore ("SpellAuraOptions.db2", SpellAuraOptionsLoadInfo::Instance()) |
DB2Storage< SpellAuraRestrictionsEntry > | sSpellAuraRestrictionsStore ("SpellAuraRestrictions.db2", SpellAuraRestrictionsLoadInfo::Instance()) |
DB2Storage< SpellCastTimesEntry > | sSpellCastTimesStore ("SpellCastTimes.db2", SpellCastTimesLoadInfo::Instance()) |
DB2Storage< SpellCastingRequirementsEntry > | sSpellCastingRequirementsStore ("SpellCastingRequirements.db2", SpellCastingRequirementsLoadInfo::Instance()) |
DB2Storage< SpellCategoriesEntry > | sSpellCategoriesStore ("SpellCategories.db2", SpellCategoriesLoadInfo::Instance()) |
DB2Storage< SpellCategoryEntry > | sSpellCategoryStore ("SpellCategory.db2", SpellCategoryLoadInfo::Instance()) |
DB2Storage< SpellClassOptionsEntry > | sSpellClassOptionsStore ("SpellClassOptions.db2", SpellClassOptionsLoadInfo::Instance()) |
DB2Storage< SpellCooldownsEntry > | sSpellCooldownsStore ("SpellCooldowns.db2", SpellCooldownsLoadInfo::Instance()) |
DB2Storage< SpellDurationEntry > | sSpellDurationStore ("SpellDuration.db2", SpellDurationLoadInfo::Instance()) |
DB2Storage< SpellEffectEntry > | sSpellEffectStore ("SpellEffect.db2", SpellEffectLoadInfo::Instance()) |
DB2Storage< SpellEquippedItemsEntry > | sSpellEquippedItemsStore ("SpellEquippedItems.db2", SpellEquippedItemsLoadInfo::Instance()) |
DB2Storage< SpellFocusObjectEntry > | sSpellFocusObjectStore ("SpellFocusObject.db2", SpellFocusObjectLoadInfo::Instance()) |
DB2Storage< SpellInterruptsEntry > | sSpellInterruptsStore ("SpellInterrupts.db2", SpellInterruptsLoadInfo::Instance()) |
DB2Storage< SpellItemEnchantmentEntry > | sSpellItemEnchantmentStore ("SpellItemEnchantment.db2", SpellItemEnchantmentLoadInfo::Instance()) |
DB2Storage< SpellItemEnchantmentConditionEntry > | sSpellItemEnchantmentConditionStore ("SpellItemEnchantmentCondition.db2", SpellItemEnchantmentConditionLoadInfo::Instance()) |
DB2Storage< SpellLabelEntry > | sSpellLabelStore ("SpellLabel.db2", SpellLabelLoadInfo::Instance()) |
DB2Storage< SpellLearnSpellEntry > | sSpellLearnSpellStore ("SpellLearnSpell.db2", SpellLearnSpellLoadInfo::Instance()) |
DB2Storage< SpellLevelsEntry > | sSpellLevelsStore ("SpellLevels.db2", SpellLevelsLoadInfo::Instance()) |
DB2Storage< SpellMiscEntry > | sSpellMiscStore ("SpellMisc.db2", SpellMiscLoadInfo::Instance()) |
DB2Storage< SpellNameEntry > | sSpellNameStore ("SpellName.db2", SpellNameLoadInfo::Instance()) |
DB2Storage< SpellPowerEntry > | sSpellPowerStore ("SpellPower.db2", SpellPowerLoadInfo::Instance()) |
DB2Storage< SpellPowerDifficultyEntry > | sSpellPowerDifficultyStore ("SpellPowerDifficulty.db2", SpellPowerDifficultyLoadInfo::Instance()) |
DB2Storage< SpellProcsPerMinuteEntry > | sSpellProcsPerMinuteStore ("SpellProcsPerMinute.db2", SpellProcsPerMinuteLoadInfo::Instance()) |
DB2Storage< SpellProcsPerMinuteModEntry > | sSpellProcsPerMinuteModStore ("SpellProcsPerMinuteMod.db2", SpellProcsPerMinuteModLoadInfo::Instance()) |
DB2Storage< SpellRadiusEntry > | sSpellRadiusStore ("SpellRadius.db2", SpellRadiusLoadInfo::Instance()) |
DB2Storage< SpellRangeEntry > | sSpellRangeStore ("SpellRange.db2", SpellRangeLoadInfo::Instance()) |
DB2Storage< SpellReagentsEntry > | sSpellReagentsStore ("SpellReagents.db2", SpellReagentsLoadInfo::Instance()) |
DB2Storage< SpellReagentsCurrencyEntry > | sSpellReagentsCurrencyStore ("SpellReagentsCurrency.db2", SpellReagentsCurrencyLoadInfo::Instance()) |
DB2Storage< SpellScalingEntry > | sSpellScalingStore ("SpellScaling.db2", SpellScalingLoadInfo::Instance()) |
DB2Storage< SpellShapeshiftEntry > | sSpellShapeshiftStore ("SpellShapeshift.db2", SpellShapeshiftLoadInfo::Instance()) |
DB2Storage< SpellShapeshiftFormEntry > | sSpellShapeshiftFormStore ("SpellShapeshiftForm.db2", SpellShapeshiftFormLoadInfo::Instance()) |
DB2Storage< SpellTargetRestrictionsEntry > | sSpellTargetRestrictionsStore ("SpellTargetRestrictions.db2", SpellTargetRestrictionsLoadInfo::Instance()) |
DB2Storage< SpellTotemsEntry > | sSpellTotemsStore ("SpellTotems.db2", SpellTotemsLoadInfo::Instance()) |
DB2Storage< SpellVisualEntry > | sSpellVisualStore ("SpellVisual.db2", SpellVisualLoadInfo::Instance()) |
DB2Storage< SpellVisualEffectNameEntry > | sSpellVisualEffectNameStore ("SpellVisualEffectName.db2", SpellVisualEffectNameLoadInfo::Instance()) |
DB2Storage< SpellVisualMissileEntry > | sSpellVisualMissileStore ("SpellVisualMissile.db2", SpellVisualMissileLoadInfo::Instance()) |
DB2Storage< SpellVisualKitEntry > | sSpellVisualKitStore ("SpellVisualKit.db2", SpellVisualKitLoadInfo::Instance()) |
DB2Storage< SpellXSpellVisualEntry > | sSpellXSpellVisualStore ("SpellXSpellVisual.db2", SpellXSpellVisualLoadInfo::Instance()) |
DB2Storage< SummonPropertiesEntry > | sSummonPropertiesStore ("SummonProperties.db2", SummonPropertiesLoadInfo::Instance()) |
DB2Storage< TactKeyEntry > | sTactKeyStore ("TactKey.db2", TactKeyLoadInfo::Instance()) |
DB2Storage< TalentEntry > | sTalentStore ("Talent.db2", TalentLoadInfo::Instance()) |
DB2Storage< TaxiNodesEntry > | sTaxiNodesStore ("TaxiNodes.db2", TaxiNodesLoadInfo::Instance()) |
DB2Storage< TaxiPathEntry > | sTaxiPathStore ("TaxiPath.db2", TaxiPathLoadInfo::Instance()) |
DB2Storage< TaxiPathNodeEntry > | sTaxiPathNodeStore ("TaxiPathNode.db2", TaxiPathNodeLoadInfo::Instance()) |
DB2Storage< TotemCategoryEntry > | sTotemCategoryStore ("TotemCategory.db2", TotemCategoryLoadInfo::Instance()) |
DB2Storage< ToyEntry > | sToyStore ("Toy.db2", ToyLoadInfo::Instance()) |
DB2Storage< TransmogHolidayEntry > | sTransmogHolidayStore ("TransmogHoliday.db2", TransmogHolidayLoadInfo::Instance()) |
DB2Storage< TransmogIllusionEntry > | sTransmogIllusionStore ("TransmogIllusion.db2", TransmogIllusionLoadInfo::Instance()) |
DB2Storage< TransmogSetEntry > | sTransmogSetStore ("TransmogSet.db2", TransmogSetLoadInfo::Instance()) |
DB2Storage< TransmogSetGroupEntry > | sTransmogSetGroupStore ("TransmogSetGroup.db2", TransmogSetGroupLoadInfo::Instance()) |
DB2Storage< TransmogSetItemEntry > | sTransmogSetItemStore ("TransmogSetItem.db2", TransmogSetItemLoadInfo::Instance()) |
DB2Storage< TransportAnimationEntry > | sTransportAnimationStore ("TransportAnimation.db2", TransportAnimationLoadInfo::Instance()) |
DB2Storage< TransportRotationEntry > | sTransportRotationStore ("TransportRotation.db2", TransportRotationLoadInfo::Instance()) |
DB2Storage< UiMapEntry > | sUiMapStore ("UiMap.db2", UiMapLoadInfo::Instance()) |
DB2Storage< UiMapAssignmentEntry > | sUiMapAssignmentStore ("UiMapAssignment.db2", UiMapAssignmentLoadInfo::Instance()) |
DB2Storage< UiMapLinkEntry > | sUiMapLinkStore ("UiMapLink.db2", UiMapLinkLoadInfo::Instance()) |
DB2Storage< UiMapXMapArtEntry > | sUiMapXMapArtStore ("UiMapXMapArt.db2", UiMapXMapArtLoadInfo::Instance()) |
DB2Storage< UISplashScreenEntry > | sUISplashScreenStore ("UISplashScreen.db2", UiSplashScreenLoadInfo::Instance()) |
DB2Storage< UnitConditionEntry > | sUnitConditionStore ("UnitCondition.db2", UnitConditionLoadInfo::Instance()) |
DB2Storage< UnitPowerBarEntry > | sUnitPowerBarStore ("UnitPowerBar.db2", UnitPowerBarLoadInfo::Instance()) |
DB2Storage< VehicleEntry > | sVehicleStore ("Vehicle.db2", VehicleLoadInfo::Instance()) |
DB2Storage< VehicleSeatEntry > | sVehicleSeatStore ("VehicleSeat.db2", VehicleSeatLoadInfo::Instance()) |
DB2Storage< WMOAreaTableEntry > | sWMOAreaTableStore ("WMOAreaTable.db2", WmoAreaTableLoadInfo::Instance()) |
DB2Storage< WorldEffectEntry > | sWorldEffectStore ("WorldEffect.db2", WorldEffectLoadInfo::Instance()) |
DB2Storage< WorldMapOverlayEntry > | sWorldMapOverlayStore ("WorldMapOverlay.db2", WorldMapOverlayLoadInfo::Instance()) |
DB2Storage< WorldStateExpressionEntry > | sWorldStateExpressionStore ("WorldStateExpression.db2", WorldStateExpressionLoadInfo::Instance()) |
TaxiMask | sTaxiNodesMask |
TaxiMask | sOldContinentsNodesMask |
TaxiMask | sHordeTaxiNodesMask |
TaxiMask | sAllianceTaxiNodesMask |
TaxiPathSetBySource | sTaxiPathSetBySource |
TaxiPathNodesByPath | sTaxiPathNodesByPath |
#define LOAD_DB2 | ( | store | ) | LoadDB2(availableDb2Locales, loadErrors, _stores, &store, db2Path, defaultLocale, GetCppRecordSize(store)) |
using AllowedHotfixOptionalData = std::pair<uint32 , bool(*)(std::vector<uint8> const& data) > |
typedef std::unordered_map<uint32 , std::vector<uint32> > AreaGroupMemberContainer |
typedef std::unordered_map<uint32, std::unordered_set<uint32> > ArtifactPowerLinksContainer |
typedef std::unordered_map<std::pair<uint32, uint8>, ArtifactPowerRankEntry const*> ArtifactPowerRanksContainer |
typedef std::unordered_map<uint32, std::vector<ArtifactPowerEntry const*> > ArtifactPowersContainer |
typedef ChrSpecializationEntry const* ChrSpecializationByIndexContainer[MAX_CLASSES+1][MAX_SPECIALIZATIONS] |
typedef std::unordered_map<uint32 , std::vector<CurvePointEntry const*> > CurvePointsContainer |
typedef std::map<std::tuple<uint32, uint8, uint8, uint8>, EmotesTextSoundEntry const*> EmotesTextSoundContainer |
typedef std::unordered_map<uint32, std::vector<uint32> > FactionTeamContainer |
typedef std::unordered_map<uint32 , std::vector<uint32> > GlyphBindableSpellsContainer |
typedef std::unordered_map<uint32 , std::vector<uint32> > GlyphRequiredSpecsContainer |
typedef std::unordered_map<uint32, HeirloomEntry const*> HeirloomItemsContainer |
typedef std::pair<uint32 , int32 > HotfixBlobKey |
typedef std::map<HotfixBlobKey, std::vector<uint8> > HotfixBlobMap |
typedef std::unordered_map<uint32 , DB2Manager::ItemBonusList> ItemBonusListContainer |
typedef std::unordered_map<int16, uint32> ItemBonusListLevelDeltaContainer |
typedef std::unordered_map<uint32, std::set<ItemBonusTreeNodeEntry const*> > ItemBonusTreeContainer |
typedef std::unordered_map<uint32 , ItemChildEquipmentEntry const*> ItemChildEquipmentContainer |
typedef std::array<ItemClassEntry const*, 19> ItemClassByOldEnumContainer |
typedef std::set<ItemLevelSelectorQualityEntry const*, ItemLevelSelectorQualityEntryComparator> ItemLevelSelectorQualities |
typedef std::unordered_map<uint32, std::vector<ItemLimitCategoryConditionEntry const*> > ItemLimitCategoryConditionContainer |
typedef std::unordered_map<uint32 , ItemModifiedAppearanceEntry const*> ItemModifiedAppearanceByItemContainer |
typedef std::unordered_map<uint32, std::vector<ItemSetSpellEntry const*> > ItemSetSpellContainer |
typedef std::unordered_map<uint32, std::vector<ItemSpecOverrideEntry const*> > ItemSpecOverridesContainer |
typedef std::unordered_multimap<uint32 , uint32 > ItemToBonusTreeContainer |
typedef std::unordered_map<uint32, DB2Manager::MountTypeXCapabilitySet> MountCapabilitiesByTypeContainer |
typedef std::unordered_map<uint32, DB2Manager::MountXDisplayContainer> MountDisplaysCointainer |
typedef std::unordered_map<uint32, std::array<std::vector<NameGenEntry const*>, 2> > NameGenContainer |
typedef std::array<std::vector<Trinity::wregex>, TOTAL_LOCALES + 1> NameValidationRegexContainer |
typedef std::unordered_map<uint32, std::vector<uint32> > PhaseGroupContainer |
typedef std::array<PowerTypeEntry const*, MAX_POWERS> PowerTypesContainer |
typedef std::unordered_map<uint32, std::pair<std::vector<QuestPackageItemEntry const*>, std::vector<QuestPackageItemEntry const*> > > QuestPackageItemContainer |
typedef std::unordered_multimap<uint32, SkillRaceClassInfoEntry const*> SkillRaceClassInfoContainer |
typedef std::unordered_map<uint32, std::vector<SpecializationSpellsEntry const*> > SpecializationSpellsContainer |
typedef std::unordered_map<uint32, std::vector<SpellPowerEntry const*> > SpellPowerContainer |
typedef std::unordered_map<uint32, std::unordered_map<uint32, std::vector<SpellPowerEntry const*> > > SpellPowerDifficultyContainer |
typedef std::unordered_map<uint32, std::vector<SpellProcsPerMinuteModEntry const*> > SpellProcsPerMinuteModContainer |
typedef std::map<uint32 , DB2StorageBase*> StorageMap |
typedef std::vector<TalentEntry const*> TalentsByPosition[MAX_CLASSES][MAX_TALENT_TIERS][MAX_TALENT_COLUMNS] |
typedef std::unordered_set<uint32> ToyItemIdsContainer |
typedef std::tuple<uint16, uint8, int32> WMOAreaTableKey |
typedef std::map<WMOAreaTableKey, WMOAreaTableEntry const*> WMOAreaTableLookupContainer |
|
strong |
|
static |
|
static |
|
static |
|
static |
constexpr std::size_t GetCppRecordSize | ( | DB2Storage< T > const & | ) |
void LoadAzeriteEmpoweredItemUnlockMappings | ( | std::unordered_map< int32, std::vector< AzeriteUnlockMappingEntry const *>> const & | azeriteUnlockMappingsBySet, |
uint32 | itemId | ||
) |
void LoadDB2 | ( | std::bitset< TOTAL_LOCALES > & | availableDb2Locales, |
std::vector< std::string > & | errlist, | ||
StorageMap & | stores, | ||
DB2StorageBase * | storage, | ||
std::string const & | db2Path, | ||
LocaleConstant | defaultLocale, | ||
std::size_t | cppRecordSize | ||
) |
|
static |
bool ValidateBroadcastTextTactKeyOptionalData | ( | std::vector< uint8 > const & | data | ) |
void VisitItemBonusTree | ( | uint32 | itemBonusTreeId, |
bool | visitChildren, | ||
Visitor | visitor | ||
) |
DB2Storage<Achievement_CategoryEntry> sAchievementCategoryStore("Achievement_Category.db2", AchievementCategoryLoadInfo::Instance()) |
DB2Storage<AchievementEntry> sAchievementStore("Achievement.db2", AchievementLoadInfo::Instance()) |
DB2Storage<AdventureJournalEntry> sAdventureJournalStore("AdventureJournal.db2", AdventureJournalLoadInfo::Instance()) |
DB2Storage<AdventureMapPOIEntry> sAdventureMapPOIStore("AdventureMapPOI.db2", AdventureMapPoiLoadInfo::Instance()) |
TaxiMask sAllianceTaxiNodesMask |
DB2Storage<AnimationDataEntry> sAnimationDataStore("AnimationData.db2", AnimationDataLoadInfo::Instance()) |
DB2Storage<AnimKitEntry> sAnimKitStore("AnimKit.db2", AnimKitLoadInfo::Instance()) |
DB2Storage<AreaGroupMemberEntry> sAreaGroupMemberStore("AreaGroupMember.db2", AreaGroupMemberLoadInfo::Instance()) |
DB2Storage<AreaTableEntry> sAreaTableStore("AreaTable.db2", AreaTableLoadInfo::Instance()) |
DB2Storage<AreaTriggerEntry> sAreaTriggerStore("AreaTrigger.db2", AreaTriggerLoadInfo::Instance()) |
DB2Storage<ArmorLocationEntry> sArmorLocationStore("ArmorLocation.db2", ArmorLocationLoadInfo::Instance()) |
DB2Storage<ArtifactAppearanceSetEntry> sArtifactAppearanceSetStore("ArtifactAppearanceSet.db2", ArtifactAppearanceSetLoadInfo::Instance()) |
DB2Storage<ArtifactAppearanceEntry> sArtifactAppearanceStore("ArtifactAppearance.db2", ArtifactAppearanceLoadInfo::Instance()) |
DB2Storage<ArtifactCategoryEntry> sArtifactCategoryStore("ArtifactCategory.db2", ArtifactCategoryLoadInfo::Instance()) |
DB2Storage<ArtifactPowerLinkEntry> sArtifactPowerLinkStore("ArtifactPowerLink.db2", ArtifactPowerLinkLoadInfo::Instance()) |
DB2Storage<ArtifactPowerPickerEntry> sArtifactPowerPickerStore("ArtifactPowerPicker.db2", ArtifactPowerPickerLoadInfo::Instance()) |
DB2Storage<ArtifactPowerRankEntry> sArtifactPowerRankStore("ArtifactPowerRank.db2", ArtifactPowerRankLoadInfo::Instance()) |
DB2Storage<ArtifactPowerEntry> sArtifactPowerStore("ArtifactPower.db2", ArtifactPowerLoadInfo::Instance()) |
DB2Storage<ArtifactQuestXPEntry> sArtifactQuestXPStore("ArtifactQuestXP.db2", ArtifactQuestXpLoadInfo::Instance()) |
DB2Storage<ArtifactEntry> sArtifactStore("Artifact.db2", ArtifactLoadInfo::Instance()) |
DB2Storage<ArtifactTierEntry> sArtifactTierStore("ArtifactTier.db2", ArtifactTierLoadInfo::Instance()) |
DB2Storage<ArtifactUnlockEntry> sArtifactUnlockStore("ArtifactUnlock.db2", ArtifactUnlockLoadInfo::Instance()) |
DB2Storage<AuctionHouseEntry> sAuctionHouseStore("AuctionHouse.db2", AuctionHouseLoadInfo::Instance()) |
DB2Storage<AzeriteEmpoweredItemEntry> sAzeriteEmpoweredItemStore("AzeriteEmpoweredItem.db2", AzeriteEmpoweredItemLoadInfo::Instance()) |
DB2Storage<AzeriteEssencePowerEntry> sAzeriteEssencePowerStore("AzeriteEssencePower.db2", AzeriteEssencePowerLoadInfo::Instance()) |
DB2Storage<AzeriteEssenceEntry> sAzeriteEssenceStore("AzeriteEssence.db2", AzeriteEssenceLoadInfo::Instance()) |
DB2Storage<AzeriteItemMilestonePowerEntry> sAzeriteItemMilestonePowerStore("AzeriteItemMilestonePower.db2", AzeriteItemMilestonePowerLoadInfo::Instance()) |
DB2Storage<AzeriteItemEntry> sAzeriteItemStore("AzeriteItem.db2", AzeriteItemLoadInfo::Instance()) |
DB2Storage<AzeriteKnowledgeMultiplierEntry> sAzeriteKnowledgeMultiplierStore("AzeriteKnowledgeMultiplier.db2", AzeriteKnowledgeMultiplierLoadInfo::Instance()) |
DB2Storage<AzeriteLevelInfoEntry> sAzeriteLevelInfoStore("AzeriteLevelInfo.db2", AzeriteLevelInfoLoadInfo::Instance()) |
DB2Storage<AzeritePowerSetMemberEntry> sAzeritePowerSetMemberStore("AzeritePowerSetMember.db2", AzeritePowerSetMemberLoadInfo::Instance()) |
DB2Storage<AzeritePowerEntry> sAzeritePowerStore("AzeritePower.db2", AzeritePowerLoadInfo::Instance()) |
DB2Storage<AzeriteTierUnlockSetEntry> sAzeriteTierUnlockSetStore("AzeriteTierUnlockSet.db2", AzeriteTierUnlockSetLoadInfo::Instance()) |
DB2Storage<AzeriteTierUnlockEntry> sAzeriteTierUnlockStore("AzeriteTierUnlock.db2", AzeriteTierUnlockLoadInfo::Instance()) |
DB2Storage<AzeriteUnlockMappingEntry> sAzeriteUnlockMappingStore("AzeriteUnlockMapping.db2", AzeriteUnlockMappingLoadInfo::Instance()) |
DB2Storage<BankBagSlotPricesEntry> sBankBagSlotPricesStore("BankBagSlotPrices.db2", BankBagSlotPricesLoadInfo::Instance()) |
DB2Storage<BannedAddonsEntry> sBannedAddonsStore("BannedAddons.db2", BannedAddonsLoadInfo::Instance()) |
DB2Storage<BarberShopStyleEntry> sBarberShopStyleStore("BarberShopStyle.db2", BarberShopStyleLoadInfo::Instance()) |
DB2Storage<BattlemasterListEntry> sBattlemasterListStore("BattlemasterList.db2", BattlemasterListLoadInfo::Instance()) |
DB2Storage<BattlePetBreedQualityEntry> sBattlePetBreedQualityStore("BattlePetBreedQuality.db2", BattlePetBreedQualityLoadInfo::Instance()) |
DB2Storage<BattlePetBreedStateEntry> sBattlePetBreedStateStore("BattlePetBreedState.db2", BattlePetBreedStateLoadInfo::Instance()) |
DB2Storage<BattlePetSpeciesStateEntry> sBattlePetSpeciesStateStore("BattlePetSpeciesState.db2", BattlePetSpeciesStateLoadInfo::Instance()) |
DB2Storage<BattlePetSpeciesEntry> sBattlePetSpeciesStore("BattlePetSpecies.db2", BattlePetSpeciesLoadInfo::Instance()) |
DB2Storage<BroadcastTextDurationEntry> sBroadcastTextDurationStore("BroadcastTextDuration.db2", BroadcastTextDurationLoadInfo::Instance()) |
DB2Storage<BroadcastTextEntry> sBroadcastTextStore("BroadcastText.db2", BroadcastTextLoadInfo::Instance()) |
DB2Storage<Cfg_RegionsEntry> sCfgRegionsStore("Cfg_Regions.db2", CfgRegionsLoadInfo::Instance()) |
DB2Storage<CharacterLoadoutItemEntry> sCharacterLoadoutItemStore("CharacterLoadoutItem.db2", CharacterLoadoutItemLoadInfo::Instance()) |
DB2Storage<CharacterLoadoutEntry> sCharacterLoadoutStore("CharacterLoadout.db2", CharacterLoadoutLoadInfo::Instance()) |
DB2Storage<CharTitlesEntry> sCharTitlesStore("CharTitles.db2", CharTitlesLoadInfo::Instance()) |
DB2Storage<ChatChannelsEntry> sChatChannelsStore("ChatChannels.db2", ChatChannelsLoadInfo::Instance()) |
DB2Storage<ChrClassesEntry> sChrClassesStore("ChrClasses.db2", ChrClassesLoadInfo::Instance()) |
DB2Storage<ChrClassesXPowerTypesEntry> sChrClassesXPowerTypesStore("ChrClassesXPowerTypes.db2", ChrClassesXPowerTypesLoadInfo::Instance()) |
DB2Storage<ChrClassUIDisplayEntry> sChrClassUIDisplayStore("ChrClassUIDisplay.db2", ChrClassUiDisplayLoadInfo::Instance()) |
DB2Storage<ChrCustomizationChoiceEntry> sChrCustomizationChoiceStore("ChrCustomizationChoice.db2", ChrCustomizationChoiceLoadInfo::Instance()) |
DB2Storage<ChrCustomizationDisplayInfoEntry> sChrCustomizationDisplayInfoStore("ChrCustomizationDisplayInfo.db2", ChrCustomizationDisplayInfoLoadInfo::Instance()) |
DB2Storage<ChrCustomizationElementEntry> sChrCustomizationElementStore("ChrCustomizationElement.db2", ChrCustomizationElementLoadInfo::Instance()) |
DB2Storage<ChrCustomizationOptionEntry> sChrCustomizationOptionStore("ChrCustomizationOption.db2", ChrCustomizationOptionLoadInfo::Instance()) |
DB2Storage<ChrCustomizationReqChoiceEntry> sChrCustomizationReqChoiceStore("ChrCustomizationReqChoice.db2", ChrCustomizationReqChoiceLoadInfo::Instance()) |
DB2Storage<ChrCustomizationReqEntry> sChrCustomizationReqStore("ChrCustomizationReq.db2", ChrCustomizationReqLoadInfo::Instance()) |
DB2Storage<ChrModelEntry> sChrModelStore("ChrModel.db2", ChrModelLoadInfo::Instance()) |
DB2Storage<ChrRacesEntry> sChrRacesStore("ChrRaces.db2", ChrRacesLoadInfo::Instance()) |
DB2Storage<ChrRaceXChrModelEntry> sChrRaceXChrModelStore("ChrRaceXChrModel.db2", ChrRaceXChrModelLoadInfo::Instance()) |
DB2Storage<ChrSpecializationEntry> sChrSpecializationStore("ChrSpecialization.db2", ChrSpecializationLoadInfo::Instance()) |
DB2Storage<CinematicCameraEntry> sCinematicCameraStore("CinematicCamera.db2", CinematicCameraLoadInfo::Instance()) |
DB2Storage<CinematicSequencesEntry> sCinematicSequencesStore("CinematicSequences.db2", CinematicSequencesLoadInfo::Instance()) |
DB2Storage<ContentTuningEntry> sContentTuningStore("ContentTuning.db2", ContentTuningLoadInfo::Instance()) |
DB2Storage<ContentTuningXExpectedEntry> sContentTuningXExpectedStore("ContentTuningXExpected.db2", ContentTuningXExpectedLoadInfo::Instance()) |
DB2Storage<ConversationLineEntry> sConversationLineStore("ConversationLine.db2", ConversationLineLoadInfo::Instance()) |
DB2Storage<CorruptionEffectsEntry> sCorruptionEffectsStore("CorruptionEffects.db2", CorruptionEffectsLoadInfo::Instance()) |
DB2Storage<CreatureDisplayInfoExtraEntry> sCreatureDisplayInfoExtraStore("CreatureDisplayInfoExtra.db2", CreatureDisplayInfoExtraLoadInfo::Instance()) |
DB2Storage<CreatureDisplayInfoEntry> sCreatureDisplayInfoStore("CreatureDisplayInfo.db2", CreatureDisplayInfoLoadInfo::Instance()) |
DB2Storage<CreatureFamilyEntry> sCreatureFamilyStore("CreatureFamily.db2", CreatureFamilyLoadInfo::Instance()) |
DB2Storage<CreatureModelDataEntry> sCreatureModelDataStore("CreatureModelData.db2", CreatureModelDataLoadInfo::Instance()) |
DB2Storage<CreatureTypeEntry> sCreatureTypeStore("CreatureType.db2", CreatureTypeLoadInfo::Instance()) |
DB2Storage<CriteriaEntry> sCriteriaStore("Criteria.db2", CriteriaLoadInfo::Instance()) |
DB2Storage<CriteriaTreeEntry> sCriteriaTreeStore("CriteriaTree.db2", CriteriaTreeLoadInfo::Instance()) |
DB2Storage<CurrencyContainerEntry> sCurrencyContainerStore("CurrencyContainer.db2", CurrencyContainerLoadInfo::Instance()) |
DB2Storage<CurrencyTypesEntry> sCurrencyTypesStore("CurrencyTypes.db2", CurrencyTypesLoadInfo::Instance()) |
DB2Storage<CurvePointEntry> sCurvePointStore("CurvePoint.db2", CurvePointLoadInfo::Instance()) |
DB2Storage<CurveEntry> sCurveStore("Curve.db2", CurveLoadInfo::Instance()) |
DB2Storage<DestructibleModelDataEntry> sDestructibleModelDataStore("DestructibleModelData.db2", DestructibleModelDataLoadInfo::Instance()) |
DB2Storage<DifficultyEntry> sDifficultyStore("Difficulty.db2", DifficultyLoadInfo::Instance()) |
DB2Storage<DungeonEncounterEntry> sDungeonEncounterStore("DungeonEncounter.db2", DungeonEncounterLoadInfo::Instance()) |
DB2Storage<DurabilityCostsEntry> sDurabilityCostsStore("DurabilityCosts.db2", DurabilityCostsLoadInfo::Instance()) |
DB2Storage<DurabilityQualityEntry> sDurabilityQualityStore("DurabilityQuality.db2", DurabilityQualityLoadInfo::Instance()) |
DB2Storage<EmotesEntry> sEmotesStore("Emotes.db2", EmotesLoadInfo::Instance()) |
DB2Storage<EmotesTextSoundEntry> sEmotesTextSoundStore("EmotesTextSound.db2", EmotesTextSoundLoadInfo::Instance()) |
DB2Storage<EmotesTextEntry> sEmotesTextStore("EmotesText.db2", EmotesTextLoadInfo::Instance()) |
DB2Storage<ExpectedStatModEntry> sExpectedStatModStore("ExpectedStatMod.db2", ExpectedStatModLoadInfo::Instance()) |
DB2Storage<ExpectedStatEntry> sExpectedStatStore("ExpectedStat.db2", ExpectedStatLoadInfo::Instance()) |
DB2Storage<FactionEntry> sFactionStore("Faction.db2", FactionLoadInfo::Instance()) |
DB2Storage<FactionTemplateEntry> sFactionTemplateStore("FactionTemplate.db2", FactionTemplateLoadInfo::Instance()) |
DB2Storage<FriendshipRepReactionEntry> sFriendshipRepReactionStore("FriendshipRepReaction.db2", FriendshipRepReactionLoadInfo::Instance()) |
DB2Storage<FriendshipReputationEntry> sFriendshipReputationStore("FriendshipReputation.db2", FriendshipReputationLoadInfo::Instance()) |
DB2Storage<GameObjectArtKitEntry> sGameObjectArtKitStore("GameObjectArtKit.db2", GameobjectArtKitLoadInfo::Instance()) |
DB2Storage<GameObjectDisplayInfoEntry> sGameObjectDisplayInfoStore("GameObjectDisplayInfo.db2", GameobjectDisplayInfoLoadInfo::Instance()) |
DB2Storage<GameObjectsEntry> sGameObjectsStore("GameObjects.db2", GameobjectsLoadInfo::Instance()) |
DB2Storage<GarrAbilityEntry> sGarrAbilityStore("GarrAbility.db2", GarrAbilityLoadInfo::Instance()) |
DB2Storage<GarrBuildingPlotInstEntry> sGarrBuildingPlotInstStore("GarrBuildingPlotInst.db2", GarrBuildingPlotInstLoadInfo::Instance()) |
DB2Storage<GarrBuildingEntry> sGarrBuildingStore("GarrBuilding.db2", GarrBuildingLoadInfo::Instance()) |
DB2Storage<GarrClassSpecEntry> sGarrClassSpecStore("GarrClassSpec.db2", GarrClassSpecLoadInfo::Instance()) |
DB2Storage<GarrFollowerEntry> sGarrFollowerStore("GarrFollower.db2", GarrFollowerLoadInfo::Instance()) |
DB2Storage<GarrFollowerXAbilityEntry> sGarrFollowerXAbilityStore("GarrFollowerXAbility.db2", GarrFollowerXAbilityLoadInfo::Instance()) |
DB2Storage<GarrMissionEntry> sGarrMissionStore("GarrMission.db2", GarrMissionLoadInfo::Instance()) |
DB2Storage<GarrPlotBuildingEntry> sGarrPlotBuildingStore("GarrPlotBuilding.db2", GarrPlotBuildingLoadInfo::Instance()) |
DB2Storage<GarrPlotInstanceEntry> sGarrPlotInstanceStore("GarrPlotInstance.db2", GarrPlotInstanceLoadInfo::Instance()) |
DB2Storage<GarrPlotEntry> sGarrPlotStore("GarrPlot.db2", GarrPlotLoadInfo::Instance()) |
DB2Storage<GarrSiteLevelPlotInstEntry> sGarrSiteLevelPlotInstStore("GarrSiteLevelPlotInst.db2", GarrSiteLevelPlotInstLoadInfo::Instance()) |
DB2Storage<GarrSiteLevelEntry> sGarrSiteLevelStore("GarrSiteLevel.db2", GarrSiteLevelLoadInfo::Instance()) |
DB2Storage<GemPropertiesEntry> sGemPropertiesStore("GemProperties.db2", GemPropertiesLoadInfo::Instance()) |
DB2Storage<GlobalCurveEntry> sGlobalCurveStore("GlobalCurve.db2", GlobalCurveLoadInfo::Instance()) |
DB2Storage<GlyphBindableSpellEntry> sGlyphBindableSpellStore("GlyphBindableSpell.db2", GlyphBindableSpellLoadInfo::Instance()) |
DB2Storage<GlyphPropertiesEntry> sGlyphPropertiesStore("GlyphProperties.db2", GlyphPropertiesLoadInfo::Instance()) |
DB2Storage<GlyphRequiredSpecEntry> sGlyphRequiredSpecStore("GlyphRequiredSpec.db2", GlyphRequiredSpecLoadInfo::Instance()) |
DB2Storage<GuildColorBackgroundEntry> sGuildColorBackgroundStore("GuildColorBackground.db2", GuildColorBackgroundLoadInfo::Instance()) |
DB2Storage<GuildColorBorderEntry> sGuildColorBorderStore("GuildColorBorder.db2", GuildColorBorderLoadInfo::Instance()) |
DB2Storage<GuildColorEmblemEntry> sGuildColorEmblemStore("GuildColorEmblem.db2", GuildColorEmblemLoadInfo::Instance()) |
DB2Storage<GuildPerkSpellsEntry> sGuildPerkSpellsStore("GuildPerkSpells.db2", GuildPerkSpellsLoadInfo::Instance()) |
DB2Storage<HeirloomEntry> sHeirloomStore("Heirloom.db2", HeirloomLoadInfo::Instance()) |
DB2Storage<HolidaysEntry> sHolidaysStore("Holidays.db2", HolidaysLoadInfo::Instance()) |
TaxiMask sHordeTaxiNodesMask |
DB2Storage<ImportPriceArmorEntry> sImportPriceArmorStore("ImportPriceArmor.db2", ImportPriceArmorLoadInfo::Instance()) |
DB2Storage<ImportPriceQualityEntry> sImportPriceQualityStore("ImportPriceQuality.db2", ImportPriceQualityLoadInfo::Instance()) |
DB2Storage<ImportPriceShieldEntry> sImportPriceShieldStore("ImportPriceShield.db2", ImportPriceShieldLoadInfo::Instance()) |
DB2Storage<ImportPriceWeaponEntry> sImportPriceWeaponStore("ImportPriceWeapon.db2", ImportPriceWeaponLoadInfo::Instance()) |
DB2Storage<ItemAppearanceEntry> sItemAppearanceStore("ItemAppearance.db2", ItemAppearanceLoadInfo::Instance()) |
DB2Storage<ItemArmorQualityEntry> sItemArmorQualityStore("ItemArmorQuality.db2", ItemArmorQualityLoadInfo::Instance()) |
DB2Storage<ItemArmorShieldEntry> sItemArmorShieldStore("ItemArmorShield.db2", ItemArmorShieldLoadInfo::Instance()) |
DB2Storage<ItemArmorTotalEntry> sItemArmorTotalStore("ItemArmorTotal.db2", ItemArmorTotalLoadInfo::Instance()) |
DB2Storage<ItemBagFamilyEntry> sItemBagFamilyStore("ItemBagFamily.db2", ItemBagFamilyLoadInfo::Instance()) |
DB2Storage<ItemBonusListLevelDeltaEntry> sItemBonusListLevelDeltaStore("ItemBonusListLevelDelta.db2", ItemBonusListLevelDeltaLoadInfo::Instance()) |
DB2Storage<ItemBonusEntry> sItemBonusStore("ItemBonus.db2", ItemBonusLoadInfo::Instance()) |
DB2Storage<ItemBonusTreeNodeEntry> sItemBonusTreeNodeStore("ItemBonusTreeNode.db2", ItemBonusTreeNodeLoadInfo::Instance()) |
DB2Storage<ItemChildEquipmentEntry> sItemChildEquipmentStore("ItemChildEquipment.db2", ItemChildEquipmentLoadInfo::Instance()) |
DB2Storage<ItemClassEntry> sItemClassStore("ItemClass.db2", ItemClassLoadInfo::Instance()) |
DB2Storage<ItemCurrencyCostEntry> sItemCurrencyCostStore("ItemCurrencyCost.db2", ItemCurrencyCostLoadInfo::Instance()) |
DB2Storage<ItemDamageAmmoEntry> sItemDamageAmmoStore("ItemDamageAmmo.db2", ItemDamageAmmoLoadInfo::Instance()) |
DB2Storage<ItemDamageOneHandCasterEntry> sItemDamageOneHandCasterStore("ItemDamageOneHandCaster.db2", ItemDamageOneHandCasterLoadInfo::Instance()) |
DB2Storage<ItemDamageOneHandEntry> sItemDamageOneHandStore("ItemDamageOneHand.db2", ItemDamageOneHandLoadInfo::Instance()) |
DB2Storage<ItemDamageTwoHandCasterEntry> sItemDamageTwoHandCasterStore("ItemDamageTwoHandCaster.db2", ItemDamageTwoHandCasterLoadInfo::Instance()) |
DB2Storage<ItemDamageTwoHandEntry> sItemDamageTwoHandStore("ItemDamageTwoHand.db2", ItemDamageTwoHandLoadInfo::Instance()) |
DB2Storage<ItemDisenchantLootEntry> sItemDisenchantLootStore("ItemDisenchantLoot.db2", ItemDisenchantLootLoadInfo::Instance()) |
DB2Storage<ItemEffectEntry> sItemEffectStore("ItemEffect.db2", ItemEffectLoadInfo::Instance()) |
DB2Storage<ItemExtendedCostEntry> sItemExtendedCostStore("ItemExtendedCost.db2", ItemExtendedCostLoadInfo::Instance()) |
DB2Storage<ItemLevelSelectorQualitySetEntry> sItemLevelSelectorQualitySetStore("ItemLevelSelectorQualitySet.db2", ItemLevelSelectorQualitySetLoadInfo::Instance()) |
DB2Storage<ItemLevelSelectorQualityEntry> sItemLevelSelectorQualityStore("ItemLevelSelectorQuality.db2", ItemLevelSelectorQualityLoadInfo::Instance()) |
DB2Storage<ItemLevelSelectorEntry> sItemLevelSelectorStore("ItemLevelSelector.db2", ItemLevelSelectorLoadInfo::Instance()) |
DB2Storage<ItemLimitCategoryConditionEntry> sItemLimitCategoryConditionStore("ItemLimitCategoryCondition.db2", ItemLimitCategoryConditionLoadInfo::Instance()) |
DB2Storage<ItemLimitCategoryEntry> sItemLimitCategoryStore("ItemLimitCategory.db2", ItemLimitCategoryLoadInfo::Instance()) |
DB2Storage<ItemModifiedAppearanceExtraEntry> sItemModifiedAppearanceExtraStore("ItemModifiedAppearanceExtra.db2", ItemModifiedAppearanceExtraLoadInfo::Instance()) |
DB2Storage<ItemModifiedAppearanceEntry> sItemModifiedAppearanceStore("ItemModifiedAppearance.db2", ItemModifiedAppearanceLoadInfo::Instance()) |
DB2Storage<ItemNameDescriptionEntry> sItemNameDescriptionStore("ItemNameDescription.db2", ItemNameDescriptionLoadInfo::Instance()) |
DB2Storage<ItemPriceBaseEntry> sItemPriceBaseStore("ItemPriceBase.db2", ItemPriceBaseLoadInfo::Instance()) |
DB2Storage<ItemSearchNameEntry> sItemSearchNameStore("ItemSearchName.db2", ItemSearchNameLoadInfo::Instance()) |
DB2Storage<ItemSetSpellEntry> sItemSetSpellStore("ItemSetSpell.db2", ItemSetSpellLoadInfo::Instance()) |
DB2Storage<ItemSetEntry> sItemSetStore("ItemSet.db2", ItemSetLoadInfo::Instance()) |
DB2Storage<ItemSparseEntry> sItemSparseStore("ItemSparse.db2", ItemSparseLoadInfo::Instance()) |
DB2Storage<ItemSpecOverrideEntry> sItemSpecOverrideStore("ItemSpecOverride.db2", ItemSpecOverrideLoadInfo::Instance()) |
DB2Storage<ItemSpecEntry> sItemSpecStore("ItemSpec.db2", ItemSpecLoadInfo::Instance()) |
DB2Storage<ItemEntry> sItemStore("Item.db2", ItemLoadInfo::Instance()) |
DB2Storage<ItemXBonusTreeEntry> sItemXBonusTreeStore("ItemXBonusTree.db2", ItemXBonusTreeLoadInfo::Instance()) |
DB2Storage<ItemXItemEffectEntry> sItemXItemEffectStore("ItemXItemEffect.db2", ItemXItemEffectLoadInfo::Instance()) |
DB2Storage<JournalEncounterSectionEntry> sJournalEncounterSectionStore("JournalEncounterSection.db2", JournalEncounterSectionLoadInfo::Instance()) |
DB2Storage<JournalEncounterEntry> sJournalEncounterStore("JournalEncounter.db2", JournalEncounterLoadInfo::Instance()) |
DB2Storage<JournalInstanceEntry> sJournalInstanceStore("JournalInstance.db2", JournalInstanceLoadInfo::Instance()) |
DB2Storage<JournalTierEntry> sJournalTierStore("JournalTier.db2", JournalTierLoadInfo::Instance()) |
DB2Storage<KeychainEntry> sKeychainStore("Keychain.db2", KeychainLoadInfo::Instance()) |
DB2Storage<KeystoneAffixEntry> sKeystoneAffixStore("KeystoneAffix.db2", KeystoneAffixLoadInfo::Instance()) |
DB2Storage<LanguagesEntry> sLanguagesStore("Languages.db2", LanguagesLoadInfo::Instance()) |
DB2Storage<LanguageWordsEntry> sLanguageWordsStore("LanguageWords.db2", LanguageWordsLoadInfo::Instance()) |
DB2Storage<LFGDungeonsEntry> sLFGDungeonsStore("LFGDungeons.db2", LfgDungeonsLoadInfo::Instance()) |
DB2Storage<LightEntry> sLightStore("Light.db2", LightLoadInfo::Instance()) |
DB2Storage<LiquidTypeEntry> sLiquidTypeStore("LiquidType.db2", LiquidTypeLoadInfo::Instance()) |
DB2Storage<LockEntry> sLockStore("Lock.db2", LockLoadInfo::Instance()) |
DB2Storage<MailTemplateEntry> sMailTemplateStore("MailTemplate.db2", MailTemplateLoadInfo::Instance()) |
DB2Storage<MapChallengeModeEntry> sMapChallengeModeStore("MapChallengeMode.db2", MapChallengeModeLoadInfo::Instance()) |
DB2Storage<MapDifficultyEntry> sMapDifficultyStore("MapDifficulty.db2", MapDifficultyLoadInfo::Instance()) |
DB2Storage<MapDifficultyXConditionEntry> sMapDifficultyXConditionStore("MapDifficultyXCondition.db2", MapDifficultyXConditionLoadInfo::Instance()) |
DB2Storage<MapEntry> sMapStore("Map.db2", MapLoadInfo::Instance()) |
DB2Storage<MawPowerEntry> sMawPowerStore("MawPower.db2", MawPowerLoadInfo::Instance()) |
DB2Storage<ModifierTreeEntry> sModifierTreeStore("ModifierTree.db2", ModifierTreeLoadInfo::Instance()) |
DB2Storage<MountCapabilityEntry> sMountCapabilityStore("MountCapability.db2", MountCapabilityLoadInfo::Instance()) |
DB2Storage<MountEntry> sMountStore("Mount.db2", MountLoadInfo::Instance()) |
DB2Storage<MountTypeXCapabilityEntry> sMountTypeXCapabilityStore("MountTypeXCapability.db2", MountTypeXCapabilityLoadInfo::Instance()) |
DB2Storage<MountXDisplayEntry> sMountXDisplayStore("MountXDisplay.db2", MountXDisplayLoadInfo::Instance()) |
DB2Storage<MovieEntry> sMovieStore("Movie.db2", MovieLoadInfo::Instance()) |
DB2Storage<NameGenEntry> sNameGenStore("NameGen.db2", NameGenLoadInfo::Instance()) |
DB2Storage<NamesProfanityEntry> sNamesProfanityStore("NamesProfanity.db2", NamesProfanityLoadInfo::Instance()) |
DB2Storage<NamesReservedLocaleEntry> sNamesReservedLocaleStore("NamesReservedLocale.db2", NamesReservedLocaleLoadInfo::Instance()) |
DB2Storage<NamesReservedEntry> sNamesReservedStore("NamesReserved.db2", NamesReservedLoadInfo::Instance()) |
DB2Storage<NumTalentsAtLevelEntry> sNumTalentsAtLevelStore("NumTalentsAtLevel.db2", NumTalentsAtLevelLoadInfo::Instance()) |
TaxiMask sOldContinentsNodesMask |
DB2Storage<OverrideSpellDataEntry> sOverrideSpellDataStore("OverrideSpellData.db2", OverrideSpellDataLoadInfo::Instance()) |
DB2Storage<ParagonReputationEntry> sParagonReputationStore("ParagonReputation.db2", ParagonReputationLoadInfo::Instance()) |
DB2Storage<PhaseEntry> sPhaseStore("Phase.db2", PhaseLoadInfo::Instance()) |
DB2Storage<PhaseXPhaseGroupEntry> sPhaseXPhaseGroupStore("PhaseXPhaseGroup.db2", PhaseXPhaseGroupLoadInfo::Instance()) |
DB2Storage<PlayerConditionEntry> sPlayerConditionStore("PlayerCondition.db2", PlayerConditionLoadInfo::Instance()) |
DB2Storage<PowerDisplayEntry> sPowerDisplayStore("PowerDisplay.db2", PowerDisplayLoadInfo::Instance()) |
DB2Storage<PowerTypeEntry> sPowerTypeStore("PowerType.db2", PowerTypeLoadInfo::Instance()) |
DB2Storage<PrestigeLevelInfoEntry> sPrestigeLevelInfoStore("PrestigeLevelInfo.db2", PrestigeLevelInfoLoadInfo::Instance()) |
DB2Storage<PVPDifficultyEntry> sPVPDifficultyStore("PVPDifficulty.db2", PvpDifficultyLoadInfo::Instance()) |
DB2Storage<PVPItemEntry> sPVPItemStore("PVPItem.db2", PvpItemLoadInfo::Instance()) |
DB2Storage<PvpTalentCategoryEntry> sPvpTalentCategoryStore("PvpTalentCategory.db2", PvpTalentCategoryLoadInfo::Instance()) |
DB2Storage<PvpTalentSlotUnlockEntry> sPvpTalentSlotUnlockStore("PvpTalentSlotUnlock.db2", PvpTalentSlotUnlockLoadInfo::Instance()) |
DB2Storage<PvpTalentEntry> sPvpTalentStore("PvpTalent.db2", PvpTalentLoadInfo::Instance()) |
DB2Storage<PvpTierEntry> sPvpTierStore("PvpTier.db2", PvpTierLoadInfo::Instance()) |
DB2Storage<QuestFactionRewardEntry> sQuestFactionRewardStore("QuestFactionReward.db2", QuestFactionRewardLoadInfo::Instance()) |
DB2Storage<QuestInfoEntry> sQuestInfoStore("QuestInfo.db2", QuestInfoLoadInfo::Instance()) |
DB2Storage<QuestLineXQuestEntry> sQuestLineXQuestStore("QuestLineXQuest.db2", QuestLineXQuestLoadInfo::Instance()) |
DB2Storage<QuestMoneyRewardEntry> sQuestMoneyRewardStore("QuestMoneyReward.db2", QuestMoneyRewardLoadInfo::Instance()) |
DB2Storage<QuestPackageItemEntry> sQuestPackageItemStore("QuestPackageItem.db2", QuestPackageItemLoadInfo::Instance()) |
DB2Storage<QuestSortEntry> sQuestSortStore("QuestSort.db2", QuestSortLoadInfo::Instance()) |
DB2Storage<QuestV2Entry> sQuestV2Store("QuestV2.db2", QuestV2LoadInfo::Instance()) |
DB2Storage<QuestXPEntry> sQuestXPStore("QuestXP.db2", QuestXpLoadInfo::Instance()) |
DB2Storage<RandPropPointsEntry> sRandPropPointsStore("RandPropPoints.db2", RandPropPointsLoadInfo::Instance()) |
DB2Storage<RewardPackEntry> sRewardPackStore("RewardPack.db2", RewardPackLoadInfo::Instance()) |
DB2Storage<RewardPackXCurrencyTypeEntry> sRewardPackXCurrencyTypeStore("RewardPackXCurrencyType.db2", RewardPackXCurrencyTypeLoadInfo::Instance()) |
DB2Storage<RewardPackXItemEntry> sRewardPackXItemStore("RewardPackXItem.db2", RewardPackXItemLoadInfo::Instance()) |
DB2Storage<ScenarioStepEntry> sScenarioStepStore("ScenarioStep.db2", ScenarioStepLoadInfo::Instance()) |
DB2Storage<ScenarioEntry> sScenarioStore("Scenario.db2", ScenarioLoadInfo::Instance()) |
DB2Storage<SceneScriptGlobalTextEntry> sSceneScriptGlobalTextStore("SceneScriptGlobalText.db2", SceneScriptGlobalTextLoadInfo::Instance()) |
DB2Storage<SceneScriptPackageEntry> sSceneScriptPackageStore("SceneScriptPackage.db2", SceneScriptPackageLoadInfo::Instance()) |
DB2Storage<SceneScriptEntry> sSceneScriptStore("SceneScript.db2", SceneScriptLoadInfo::Instance()) |
DB2Storage<SceneScriptTextEntry> sSceneScriptTextStore("SceneScriptText.db2", SceneScriptTextLoadInfo::Instance()) |
DB2Storage<SkillLineAbilityEntry> sSkillLineAbilityStore("SkillLineAbility.db2", SkillLineAbilityLoadInfo::Instance()) |
DB2Storage<SkillLineEntry> sSkillLineStore("SkillLine.db2", SkillLineLoadInfo::Instance()) |
DB2Storage<SkillRaceClassInfoEntry> sSkillRaceClassInfoStore("SkillRaceClassInfo.db2", SkillRaceClassInfoLoadInfo::Instance()) |
DB2Storage<SoulbindConduitRankEntry> sSoulbindConduitRankStore("SoulbindConduitRank.db2", SoulbindConduitRankLoadInfo::Instance()) |
DB2Storage<SoundKitEntry> sSoundKitStore("SoundKit.db2", SoundKitLoadInfo::Instance()) |
DB2Storage<SpecializationSpellsEntry> sSpecializationSpellsStore("SpecializationSpells.db2", SpecializationSpellsLoadInfo::Instance()) |
DB2Storage<SpecSetMemberEntry> sSpecSetMemberStore("SpecSetMember.db2", SpecSetMemberLoadInfo::Instance()) |
DB2Storage<SpellAuraOptionsEntry> sSpellAuraOptionsStore("SpellAuraOptions.db2", SpellAuraOptionsLoadInfo::Instance()) |
DB2Storage<SpellAuraRestrictionsEntry> sSpellAuraRestrictionsStore("SpellAuraRestrictions.db2", SpellAuraRestrictionsLoadInfo::Instance()) |
DB2Storage<SpellCastingRequirementsEntry> sSpellCastingRequirementsStore("SpellCastingRequirements.db2", SpellCastingRequirementsLoadInfo::Instance()) |
DB2Storage<SpellCastTimesEntry> sSpellCastTimesStore("SpellCastTimes.db2", SpellCastTimesLoadInfo::Instance()) |
DB2Storage<SpellCategoriesEntry> sSpellCategoriesStore("SpellCategories.db2", SpellCategoriesLoadInfo::Instance()) |
DB2Storage<SpellCategoryEntry> sSpellCategoryStore("SpellCategory.db2", SpellCategoryLoadInfo::Instance()) |
DB2Storage<SpellClassOptionsEntry> sSpellClassOptionsStore("SpellClassOptions.db2", SpellClassOptionsLoadInfo::Instance()) |
DB2Storage<SpellCooldownsEntry> sSpellCooldownsStore("SpellCooldowns.db2", SpellCooldownsLoadInfo::Instance()) |
DB2Storage<SpellDurationEntry> sSpellDurationStore("SpellDuration.db2", SpellDurationLoadInfo::Instance()) |
DB2Storage<SpellEffectEntry> sSpellEffectStore("SpellEffect.db2", SpellEffectLoadInfo::Instance()) |
DB2Storage<SpellEquippedItemsEntry> sSpellEquippedItemsStore("SpellEquippedItems.db2", SpellEquippedItemsLoadInfo::Instance()) |
DB2Storage<SpellFocusObjectEntry> sSpellFocusObjectStore("SpellFocusObject.db2", SpellFocusObjectLoadInfo::Instance()) |
DB2Storage<SpellInterruptsEntry> sSpellInterruptsStore("SpellInterrupts.db2", SpellInterruptsLoadInfo::Instance()) |
DB2Storage<SpellItemEnchantmentConditionEntry> sSpellItemEnchantmentConditionStore("SpellItemEnchantmentCondition.db2", SpellItemEnchantmentConditionLoadInfo::Instance()) |
DB2Storage<SpellItemEnchantmentEntry> sSpellItemEnchantmentStore("SpellItemEnchantment.db2", SpellItemEnchantmentLoadInfo::Instance()) |
DB2Storage<SpellLabelEntry> sSpellLabelStore("SpellLabel.db2", SpellLabelLoadInfo::Instance()) |
DB2Storage<SpellLearnSpellEntry> sSpellLearnSpellStore("SpellLearnSpell.db2", SpellLearnSpellLoadInfo::Instance()) |
DB2Storage<SpellLevelsEntry> sSpellLevelsStore("SpellLevels.db2", SpellLevelsLoadInfo::Instance()) |
DB2Storage<SpellMiscEntry> sSpellMiscStore("SpellMisc.db2", SpellMiscLoadInfo::Instance()) |
DB2Storage<SpellNameEntry> sSpellNameStore("SpellName.db2", SpellNameLoadInfo::Instance()) |
DB2Storage<SpellPowerDifficultyEntry> sSpellPowerDifficultyStore("SpellPowerDifficulty.db2", SpellPowerDifficultyLoadInfo::Instance()) |
DB2Storage<SpellPowerEntry> sSpellPowerStore("SpellPower.db2", SpellPowerLoadInfo::Instance()) |
DB2Storage<SpellProcsPerMinuteModEntry> sSpellProcsPerMinuteModStore("SpellProcsPerMinuteMod.db2", SpellProcsPerMinuteModLoadInfo::Instance()) |
DB2Storage<SpellProcsPerMinuteEntry> sSpellProcsPerMinuteStore("SpellProcsPerMinute.db2", SpellProcsPerMinuteLoadInfo::Instance()) |
DB2Storage<SpellRadiusEntry> sSpellRadiusStore("SpellRadius.db2", SpellRadiusLoadInfo::Instance()) |
DB2Storage<SpellRangeEntry> sSpellRangeStore("SpellRange.db2", SpellRangeLoadInfo::Instance()) |
DB2Storage<SpellReagentsCurrencyEntry> sSpellReagentsCurrencyStore("SpellReagentsCurrency.db2", SpellReagentsCurrencyLoadInfo::Instance()) |
DB2Storage<SpellReagentsEntry> sSpellReagentsStore("SpellReagents.db2", SpellReagentsLoadInfo::Instance()) |
DB2Storage<SpellScalingEntry> sSpellScalingStore("SpellScaling.db2", SpellScalingLoadInfo::Instance()) |
DB2Storage<SpellShapeshiftFormEntry> sSpellShapeshiftFormStore("SpellShapeshiftForm.db2", SpellShapeshiftFormLoadInfo::Instance()) |
DB2Storage<SpellShapeshiftEntry> sSpellShapeshiftStore("SpellShapeshift.db2", SpellShapeshiftLoadInfo::Instance()) |
DB2Storage<SpellTargetRestrictionsEntry> sSpellTargetRestrictionsStore("SpellTargetRestrictions.db2", SpellTargetRestrictionsLoadInfo::Instance()) |
DB2Storage<SpellTotemsEntry> sSpellTotemsStore("SpellTotems.db2", SpellTotemsLoadInfo::Instance()) |
DB2Storage<SpellVisualEffectNameEntry> sSpellVisualEffectNameStore("SpellVisualEffectName.db2", SpellVisualEffectNameLoadInfo::Instance()) |
DB2Storage<SpellVisualKitEntry> sSpellVisualKitStore("SpellVisualKit.db2", SpellVisualKitLoadInfo::Instance()) |
DB2Storage<SpellVisualMissileEntry> sSpellVisualMissileStore("SpellVisualMissile.db2", SpellVisualMissileLoadInfo::Instance()) |
DB2Storage<SpellVisualEntry> sSpellVisualStore("SpellVisual.db2", SpellVisualLoadInfo::Instance()) |
DB2Storage<SpellXSpellVisualEntry> sSpellXSpellVisualStore("SpellXSpellVisual.db2", SpellXSpellVisualLoadInfo::Instance()) |
DB2Storage<SummonPropertiesEntry> sSummonPropertiesStore("SummonProperties.db2", SummonPropertiesLoadInfo::Instance()) |
DB2Storage<TactKeyEntry> sTactKeyStore("TactKey.db2", TactKeyLoadInfo::Instance()) |
DB2Storage<TalentEntry> sTalentStore("Talent.db2", TalentLoadInfo::Instance()) |
TaxiMask sTaxiNodesMask |
DB2Storage<TaxiNodesEntry> sTaxiNodesStore("TaxiNodes.db2", TaxiNodesLoadInfo::Instance()) |
TaxiPathNodesByPath sTaxiPathNodesByPath |
DB2Storage<TaxiPathNodeEntry> sTaxiPathNodeStore("TaxiPathNode.db2", TaxiPathNodeLoadInfo::Instance()) |
TaxiPathSetBySource sTaxiPathSetBySource |
DB2Storage<TaxiPathEntry> sTaxiPathStore("TaxiPath.db2", TaxiPathLoadInfo::Instance()) |
DB2Storage<TotemCategoryEntry> sTotemCategoryStore("TotemCategory.db2", TotemCategoryLoadInfo::Instance()) |
DB2Storage<ToyEntry> sToyStore("Toy.db2", ToyLoadInfo::Instance()) |
DB2Storage<TransmogHolidayEntry> sTransmogHolidayStore("TransmogHoliday.db2", TransmogHolidayLoadInfo::Instance()) |
DB2Storage<TransmogIllusionEntry> sTransmogIllusionStore("TransmogIllusion.db2", TransmogIllusionLoadInfo::Instance()) |
DB2Storage<TransmogSetGroupEntry> sTransmogSetGroupStore("TransmogSetGroup.db2", TransmogSetGroupLoadInfo::Instance()) |
DB2Storage<TransmogSetItemEntry> sTransmogSetItemStore("TransmogSetItem.db2", TransmogSetItemLoadInfo::Instance()) |
DB2Storage<TransmogSetEntry> sTransmogSetStore("TransmogSet.db2", TransmogSetLoadInfo::Instance()) |
DB2Storage<TransportAnimationEntry> sTransportAnimationStore("TransportAnimation.db2", TransportAnimationLoadInfo::Instance()) |
DB2Storage<TransportRotationEntry> sTransportRotationStore("TransportRotation.db2", TransportRotationLoadInfo::Instance()) |
DB2Storage<UiMapAssignmentEntry> sUiMapAssignmentStore("UiMapAssignment.db2", UiMapAssignmentLoadInfo::Instance()) |
DB2Storage<UiMapLinkEntry> sUiMapLinkStore("UiMapLink.db2", UiMapLinkLoadInfo::Instance()) |
DB2Storage<UiMapEntry> sUiMapStore("UiMap.db2", UiMapLoadInfo::Instance()) |
DB2Storage<UiMapXMapArtEntry> sUiMapXMapArtStore("UiMapXMapArt.db2", UiMapXMapArtLoadInfo::Instance()) |
DB2Storage<UISplashScreenEntry> sUISplashScreenStore("UISplashScreen.db2", UiSplashScreenLoadInfo::Instance()) |
DB2Storage<UnitConditionEntry> sUnitConditionStore("UnitCondition.db2", UnitConditionLoadInfo::Instance()) |
DB2Storage<UnitPowerBarEntry> sUnitPowerBarStore("UnitPowerBar.db2", UnitPowerBarLoadInfo::Instance()) |
DB2Storage<VehicleSeatEntry> sVehicleSeatStore("VehicleSeat.db2", VehicleSeatLoadInfo::Instance()) |
DB2Storage<VehicleEntry> sVehicleStore("Vehicle.db2", VehicleLoadInfo::Instance()) |
DB2Storage<WMOAreaTableEntry> sWMOAreaTableStore("WMOAreaTable.db2", WmoAreaTableLoadInfo::Instance()) |
DB2Storage<WorldEffectEntry> sWorldEffectStore("WorldEffect.db2", WorldEffectLoadInfo::Instance()) |
DB2Storage<WorldMapOverlayEntry> sWorldMapOverlayStore("WorldMapOverlay.db2", WorldMapOverlayLoadInfo::Instance()) |
DB2Storage<WorldStateExpressionEntry> sWorldStateExpressionStore("WorldStateExpression.db2", WorldStateExpressionLoadInfo::Instance()) |