![]() |
TrinityCore
|
#include "DBCStores.h"#include "DBCFileLoader.h"#include "DBCfmt.h"#include "Containers.h"#include "Errors.h"#include "IteratorPair.h"#include "Log.h"#include "ObjectDefines.h"#include "Regex.h"#include "SharedDefines.h"#include "SpellMgr.h"#include "Timer.h"
Include dependency graph for DBCStores.cpp:Go to the source code of this file.
Macros | |
| #define | LOAD_DBC(store, file) LoadDBC(availableDbcLocales, bad_dbc_files, store, dbcPath, file) |
| #define | LOAD_DBC_EXT(store, file, dbtable, dbformat, dbpk) LoadDBC(availableDbcLocales, bad_dbc_files, store, dbcPath, file, dbtable, dbformat, dbpk) |
Typedefs | |
| typedef std::map< uint16, uint32 > | AreaFlagByAreaID |
| typedef std::map< uint32, uint32 > | AreaFlagByMapID |
| typedef std::tuple< int16, int8, int32 > | WMOAreaTableKey |
| typedef std::map< WMOAreaTableKey, WMOAreaTableEntry const * > | WMOAreaInfoByTripple |
| typedef std::tuple< uint32, uint32, uint32 > | EmotesTextSoundKey |
| typedef std::map< uint32, SimpleFactionsList > | FactionTeamMap |
| typedef std::array< std::vector< Trinity::wregex >, TOTAL_LOCALES > | NameValidationRegexContainer |
| typedef std::list< std::string > | StoreProblemList |
Functions | |
| static bool | LoadDBC_assert_print (uint32 fsize, uint32 rsize, const std::string &filename) |
| template<class T > | |
| void | LoadDBC (uint32 &availableDbcLocales, StoreProblemList &errors, DBCStorage< T > &storage, std::string const &dbcPath, std::string const &filename, char const *dbTable=nullptr, char const *dbFormat=nullptr, char const *dbIndexName=nullptr) |
| void | LoadDBCStores (const std::string &dataPath) |
| SimpleFactionsList const * | GetFactionTeamList (uint32 faction) |
| char const * | GetPetName (uint32 petfamily, uint32 dbclang) |
| TalentSpellPos const * | GetTalentSpellPos (uint32 spellId) |
| uint32 | GetTalentSpellCost (uint32 spellId) |
| WMOAreaTableEntry const * | GetWMOAreaTableEntryByTripple (int32 rootid, int32 adtid, int32 groupid) |
| char const * | GetRaceName (uint8 race, uint8 locale) |
| char const * | GetClassName (uint8 class_, uint8 locale) |
| uint32 | GetVirtualMapForMapAndZone (uint32 mapid, uint32 zoneId) |
| ContentLevels | GetContentLevelsForMapAndZone (uint32 mapid, uint32 zoneId) |
| bool | IsTotemCategoryCompatiableWith (uint32 itemTotemCategoryId, uint32 requiredTotemCategoryId) |
| void | Zone2MapCoordinates (float &x, float &y, uint32 zone) |
| void | Map2ZoneCoordinates (float &x, float &y, uint32 zone) |
| MapDifficulty const * | GetMapDifficultyData (uint32 mapId, Difficulty difficulty) |
| MapDifficulty const * | GetDownscaledMapDifficultyData (uint32 mapId, Difficulty &difficulty) |
| PvPDifficultyEntry const * | GetBattlegroundBracketByLevel (uint32 mapid, uint32 level) |
| PvPDifficultyEntry const * | GetBattlegroundBracketById (uint32 mapid, BattlegroundBracketId id) |
| uint32 const * | GetTalentTabPages (uint8 cls) |
| uint32 | GetLiquidFlags (uint32 liquidType) |
| CharacterFacialHairStylesEntry const * | GetCharFacialHairEntry (uint8 race, uint8 gender, uint8 facialHairID) |
| CharSectionsEntry const * | GetCharSectionEntry (uint8 race, CharSectionType genType, uint8 gender, uint8 type, uint8 color) |
| CharStartOutfitEntry const * | GetCharStartOutfitEntry (uint8 race, uint8 class_, uint8 gender) |
| LFGDungeonEntry const * | GetLFGDungeon (uint32 mapId, Difficulty difficulty) |
| Returns LFGDungeonEntry for a specific map and difficulty. Will return first found entry if multiple dungeons use the same map (such as Scarlet Monastery) | |
| uint32 | GetDefaultMapLight (uint32 mapId) |
| std::vector< SkillLineAbilityEntry const * > const * | GetSkillLineAbilitiesBySkill (uint32 skillLine) |
| SkillRaceClassInfoEntry const * | GetSkillRaceClassInfo (uint32 skill, uint8 race, uint8 class_) |
| ResponseCodes | ValidateName (std::wstring const &name, LocaleConstant locale) |
| EmotesTextSoundEntry const * | FindTextSoundEmoteFor (uint32 emote, uint32 race, uint32 gender) |
| #define LOAD_DBC | ( | store, | |
| file | |||
| ) | LoadDBC(availableDbcLocales, bad_dbc_files, store, dbcPath, file) |
| #define LOAD_DBC_EXT | ( | store, | |
| file, | |||
| dbtable, | |||
| dbformat, | |||
| dbpk | |||
| ) | LoadDBC(availableDbcLocales, bad_dbc_files, store, dbcPath, file, dbtable, dbformat, dbpk) |
| typedef std::map<uint16, uint32> AreaFlagByAreaID |
Definition at line 36 of file DBCStores.cpp.
| typedef std::map<uint32, uint32> AreaFlagByMapID |
Definition at line 37 of file DBCStores.cpp.
| typedef std::tuple<uint32, uint32, uint32> EmotesTextSoundKey |
Definition at line 82 of file DBCStores.cpp.
| typedef std::map<uint32, SimpleFactionsList> FactionTeamMap |
Definition at line 86 of file DBCStores.cpp.
| typedef std::array<std::vector<Trinity::wregex>, TOTAL_LOCALES> NameValidationRegexContainer |
Definition at line 141 of file DBCStores.cpp.
| typedef std::list<std::string> StoreProblemList |
Definition at line 218 of file DBCStores.cpp.
| typedef std::map<WMOAreaTableKey, WMOAreaTableEntry const*> WMOAreaInfoByTripple |
Definition at line 40 of file DBCStores.cpp.
| typedef std::tuple<int16, int8, int32> WMOAreaTableKey |
Definition at line 39 of file DBCStores.cpp.
| EmotesTextSoundEntry const * FindTextSoundEmoteFor | ( | uint32 | emote, |
| uint32 | race, | ||
| uint32 | gender | ||
| ) |
| PvPDifficultyEntry const * GetBattlegroundBracketById | ( | uint32 | mapid, |
| BattlegroundBracketId | id | ||
| ) |
| PvPDifficultyEntry const * GetBattlegroundBracketByLevel | ( | uint32 | mapid, |
| uint32 | level | ||
| ) |
| CharacterFacialHairStylesEntry const * GetCharFacialHairEntry | ( | uint8 | race, |
| uint8 | gender, | ||
| uint8 | facialHairID | ||
| ) |
| CharSectionsEntry const * GetCharSectionEntry | ( | uint8 | race, |
| CharSectionType | genType, | ||
| uint8 | gender, | ||
| uint8 | type, | ||
| uint8 | color | ||
| ) |
Definition at line 894 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| CharStartOutfitEntry const * GetCharStartOutfitEntry | ( | uint8 | race, |
| uint8 | class_, | ||
| uint8 | gender | ||
| ) |
| ContentLevels GetContentLevelsForMapAndZone | ( | uint32 | mapid, |
| uint32 | zoneId | ||
| ) |
Definition at line 744 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 931 of file DBCStores.cpp.
| MapDifficulty const * GetDownscaledMapDifficultyData | ( | uint32 | mapId, |
| Difficulty & | difficulty | ||
| ) |
Definition at line 814 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SimpleFactionsList const * GetFactionTeamList | ( | uint32 | faction | ) |
| LFGDungeonEntry const * GetLFGDungeon | ( | uint32 | mapId, |
| Difficulty | difficulty | ||
| ) |
Returns LFGDungeonEntry for a specific map and difficulty. Will return first found entry if multiple dungeons use the same map (such as Scarlet Monastery)
Definition at line 916 of file DBCStores.cpp.
Here is the caller graph for this function:| MapDifficulty const * GetMapDifficultyData | ( | uint32 | mapId, |
| Difficulty | difficulty | ||
| ) |
Definition at line 808 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< SkillLineAbilityEntry const * > const * GetSkillLineAbilitiesBySkill | ( | uint32 | skillLine | ) |
Definition at line 946 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SkillRaceClassInfoEntry const * GetSkillRaceClassInfo | ( | uint32 | skill, |
| uint8 | race, | ||
| uint8 | class_ | ||
| ) |
Definition at line 704 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TalentSpellPos const * GetTalentSpellPos | ( | uint32 | spellId | ) |
| WMOAreaTableEntry const * GetWMOAreaTableEntryByTripple | ( | int32 | rootid, |
| int32 | adtid, | ||
| int32 | groupid | ||
| ) |
|
inline |
| void LoadDBCStores | ( | const std::string & | dataPath | ) |
Definition at line 275 of file DBCStores.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Map2ZoneCoordinates | ( | float & | x, |
| float & | y, | ||
| uint32 | zone | ||
| ) |
| ResponseCodes ValidateName | ( | std::wstring const & | name, |
| LocaleConstant | locale | ||
| ) |
| void Zone2MapCoordinates | ( | float & | x, |
| float & | y, | ||
| uint32 | zone | ||
| ) |
| uint32 DBCFileCount = 0 |
Definition at line 220 of file DBCStores.cpp.
| NameValidationRegexContainer NamesProfaneValidators |
Definition at line 142 of file DBCStores.cpp.
| NameValidationRegexContainer NamesReservedValidators |
Definition at line 143 of file DBCStores.cpp.
| DBCStorage< AchievementCriteriaEntry > sAchievementCriteriaStore(AchievementCriteriafmt) | ( | AchievementCriteriafmt | ) |
| DBCStorage< AchievementEntry > sAchievementStore(Achievementfmt) | ( | Achievementfmt | ) |
| TaxiMask sAllianceTaxiNodesMask |
Definition at line 196 of file DBCStores.cpp.
| DBCStorage< AreaGroupEntry > sAreaGroupStore(AreaGroupEntryfmt) | ( | AreaGroupEntryfmt | ) |
| DBCStorage< AreaTableEntry > sAreaTableStore(AreaTableEntryfmt) | ( | AreaTableEntryfmt | ) |
| DBCStorage< AreaTriggerEntry > sAreaTriggerStore(AreaTriggerEntryfmt) | ( | AreaTriggerEntryfmt | ) |
| DBCStorage< AuctionHouseEntry > sAuctionHouseStore(AuctionHouseEntryfmt) | ( | AuctionHouseEntryfmt | ) |
| DBCStorage< BankBagSlotPricesEntry > sBankBagSlotPricesStore(BankBagSlotPricesEntryfmt) | ( | BankBagSlotPricesEntryfmt | ) |
| DBCStorage< BannedAddOnsEntry > sBannedAddOnsStore(BannedAddOnsfmt) | ( | BannedAddOnsfmt | ) |
| DBCStorage< BarberShopStyleEntry > sBarberShopStyleStore(BarberShopStyleEntryfmt) | ( | BarberShopStyleEntryfmt | ) |
| DBCStorage< BattlemasterListEntry > sBattlemasterListStore(BattlemasterListEntryfmt) | ( | BattlemasterListEntryfmt | ) |
| DBCStorage< CharacterFacialHairStylesEntry > sCharacterFacialHairStylesStore(CharacterFacialHairStylesfmt) | ( | CharacterFacialHairStylesfmt | ) |
| std::unordered_map<uint32, CharacterFacialHairStylesEntry const*> sCharFacialHairMap |
Definition at line 56 of file DBCStores.cpp.
| std::unordered_multimap<uint32, CharSectionsEntry const*> sCharSectionMap |
Definition at line 58 of file DBCStores.cpp.
| DBCStorage< CharSectionsEntry > sCharSectionsStore(CharSectionsEntryfmt) | ( | CharSectionsEntryfmt | ) |
| std::map<uint32, CharStartOutfitEntry const*> sCharStartOutfitMap |
Definition at line 60 of file DBCStores.cpp.
| DBCStorage< CharStartOutfitEntry > sCharStartOutfitStore(CharStartOutfitEntryfmt) | ( | CharStartOutfitEntryfmt | ) |
| DBCStorage< CharTitlesEntry > sCharTitlesStore(CharTitlesEntryfmt) | ( | CharTitlesEntryfmt | ) |
| DBCStorage< ChatChannelsEntry > sChatChannelsStore(ChatChannelsEntryfmt) | ( | ChatChannelsEntryfmt | ) |
| DBCStorage< ChrClassesEntry > sChrClassesStore(ChrClassesEntryfmt) | ( | ChrClassesEntryfmt | ) |
| DBCStorage< ChrRacesEntry > sChrRacesStore(ChrRacesEntryfmt) | ( | ChrRacesEntryfmt | ) |
| DBCStorage< CinematicCameraEntry > sCinematicCameraStore(CinematicCameraEntryfmt) | ( | CinematicCameraEntryfmt | ) |
| DBCStorage< CinematicSequencesEntry > sCinematicSequencesStore(CinematicSequencesEntryfmt) | ( | CinematicSequencesEntryfmt | ) |
| DBCStorage< CreatureDisplayInfoExtraEntry > sCreatureDisplayInfoExtraStore(CreatureDisplayInfoExtrafmt) | ( | CreatureDisplayInfoExtrafmt | ) |
| DBCStorage< CreatureDisplayInfoEntry > sCreatureDisplayInfoStore(CreatureDisplayInfofmt) | ( | CreatureDisplayInfofmt | ) |
| DBCStorage< CreatureFamilyEntry > sCreatureFamilyStore(CreatureFamilyfmt) | ( | CreatureFamilyfmt | ) |
| DBCStorage< CreatureModelDataEntry > sCreatureModelDataStore(CreatureModelDatafmt) | ( | CreatureModelDatafmt | ) |
| DBCStorage< CreatureSpellDataEntry > sCreatureSpellDataStore(CreatureSpellDatafmt) | ( | CreatureSpellDatafmt | ) |
| DBCStorage< CreatureTypeEntry > sCreatureTypeStore(CreatureTypefmt) | ( | CreatureTypefmt | ) |
| DBCStorage< CurrencyTypesEntry > sCurrencyTypesStore(CurrencyTypesfmt) | ( | CurrencyTypesfmt | ) |
| TaxiMask sDeathKnightTaxiNodesMask |
Definition at line 197 of file DBCStores.cpp.
| DBCStorage< DestructibleModelDataEntry > sDestructibleModelDataStore(DestructibleModelDatafmt) | ( | DestructibleModelDatafmt | ) |
| DBCStorage< DungeonEncounterEntry > sDungeonEncounterStore(DungeonEncounterfmt) | ( | DungeonEncounterfmt | ) |
| DBCStorage< DurabilityCostsEntry > sDurabilityCostsStore(DurabilityCostsfmt) | ( | DurabilityCostsfmt | ) |
| DBCStorage< DurabilityQualityEntry > sDurabilityQualityStore(DurabilityQualityfmt) | ( | DurabilityQualityfmt | ) |
| DBCStorage< EmotesEntry > sEmotesStore(EmotesEntryfmt) | ( | EmotesEntryfmt | ) |
|
static |
Definition at line 83 of file DBCStores.cpp.
| DBCStorage< EmotesTextSoundEntry > sEmotesTextSoundStore(EmotesTextSoundEntryfmt) | ( | EmotesTextSoundEntryfmt | ) |
| DBCStorage< EmotesTextEntry > sEmotesTextStore(EmotesTextEntryfmt) | ( | EmotesTextEntryfmt | ) |
| DBCStorage< FactionEntry > sFactionStore(FactionEntryfmt) | ( | FactionEntryfmt | ) |
|
static |
Definition at line 87 of file DBCStores.cpp.
| DBCStorage< FactionTemplateEntry > sFactionTemplateStore(FactionTemplateEntryfmt) | ( | FactionTemplateEntryfmt | ) |
| DBCStorage< GameObjectArtKitEntry > sGameObjectArtKitStore(GameObjectArtKitfmt) | ( | GameObjectArtKitfmt | ) |
| DBCStorage< GameObjectDisplayInfoEntry > sGameObjectDisplayInfoStore(GameObjectDisplayInfofmt) | ( | GameObjectDisplayInfofmt | ) |
| DBCStorage< GemPropertiesEntry > sGemPropertiesStore(GemPropertiesEntryfmt) | ( | GemPropertiesEntryfmt | ) |
| DBCStorage< GlyphPropertiesEntry > sGlyphPropertiesStore(GlyphPropertiesfmt) | ( | GlyphPropertiesfmt | ) |
| DBCStorage< GlyphSlotEntry > sGlyphSlotStore(GlyphSlotfmt) | ( | GlyphSlotfmt | ) |
| DBCStorage< GtBarberShopCostBaseEntry > sGtBarberShopCostBaseStore(GtBarberShopCostBasefmt) | ( | GtBarberShopCostBasefmt | ) |
| DBCStorage< GtChanceToMeleeCritBaseEntry > sGtChanceToMeleeCritBaseStore(GtChanceToMeleeCritBasefmt) | ( | GtChanceToMeleeCritBasefmt | ) |
| DBCStorage< GtChanceToMeleeCritEntry > sGtChanceToMeleeCritStore(GtChanceToMeleeCritfmt) | ( | GtChanceToMeleeCritfmt | ) |
| DBCStorage< GtChanceToSpellCritBaseEntry > sGtChanceToSpellCritBaseStore(GtChanceToSpellCritBasefmt) | ( | GtChanceToSpellCritBasefmt | ) |
| DBCStorage< GtChanceToSpellCritEntry > sGtChanceToSpellCritStore(GtChanceToSpellCritfmt) | ( | GtChanceToSpellCritfmt | ) |
| DBCStorage< GtCombatRatingsEntry > sGtCombatRatingsStore(GtCombatRatingsfmt) | ( | GtCombatRatingsfmt | ) |
| DBCStorage< GtNPCManaCostScalerEntry > sGtNPCManaCostScalerStore(GtNPCManaCostScalerfmt) | ( | GtNPCManaCostScalerfmt | ) |
| DBCStorage< GtOCTClassCombatRatingScalarEntry > sGtOCTClassCombatRatingScalarStore(GtOCTClassCombatRatingScalarfmt) | ( | GtOCTClassCombatRatingScalarfmt | ) |
| DBCStorage< GtOCTRegenHPEntry > sGtOCTRegenHPStore(GtOCTRegenHPfmt) | ( | GtOCTRegenHPfmt | ) |
| DBCStorage< GtRegenHPPerSptEntry > sGtRegenHPPerSptStore(GtRegenHPPerSptfmt) | ( | GtRegenHPPerSptfmt | ) |
| DBCStorage< GtRegenMPPerSptEntry > sGtRegenMPPerSptStore(GtRegenMPPerSptfmt) | ( | GtRegenMPPerSptfmt | ) |
| DBCStorage< HolidaysEntry > sHolidaysStore(Holidaysfmt) | ( | Holidaysfmt | ) |
| TaxiMask sHordeTaxiNodesMask |
Definition at line 195 of file DBCStores.cpp.
| DBCStorage< ItemBagFamilyEntry > sItemBagFamilyStore(ItemBagFamilyfmt) | ( | ItemBagFamilyfmt | ) |
| DBCStorage< ItemExtendedCostEntry > sItemExtendedCostStore(ItemExtendedCostEntryfmt) | ( | ItemExtendedCostEntryfmt | ) |
| DBCStorage< ItemLimitCategoryEntry > sItemLimitCategoryStore(ItemLimitCategoryEntryfmt) | ( | ItemLimitCategoryEntryfmt | ) |
| DBCStorage< ItemRandomPropertiesEntry > sItemRandomPropertiesStore(ItemRandomPropertiesfmt) | ( | ItemRandomPropertiesfmt | ) |
| DBCStorage< ItemRandomSuffixEntry > sItemRandomSuffixStore(ItemRandomSuffixfmt) | ( | ItemRandomSuffixfmt | ) |
| DBCStorage< ItemSetEntry > sItemSetStore(ItemSetEntryfmt) | ( | ItemSetEntryfmt | ) |
| DBCStorage< ItemEntry > sItemStore(Itemfmt) | ( | Itemfmt | ) |
| std::unordered_map<uint32, std::vector<SkillLineAbilityEntry const*> > SkillLineAbilitiesBySkill |
Definition at line 160 of file DBCStores.cpp.
| SkillRaceClassInfoMap SkillRaceClassInfoBySkill |
Definition at line 161 of file DBCStores.cpp.
| DBCStorage< LFGDungeonExpansionEntry > sLFGDungeonExpansionStore(LFGDungeonExpansionfmt) | ( | LFGDungeonExpansionfmt | ) |
| DBCStorage< LFGDungeonEntry > sLFGDungeonStore(LFGDungeonEntryfmt) | ( | LFGDungeonEntryfmt | ) |
| DBCStorage< LightEntry > sLightStore(LightEntryfmt) | ( | LightEntryfmt | ) |
| DBCStorage< LiquidTypeEntry > sLiquidTypeStore(LiquidTypefmt) | ( | LiquidTypefmt | ) |
| DBCStorage< LockEntry > sLockStore(LockEntryfmt) | ( | LockEntryfmt | ) |
| DBCStorage< MailTemplateEntry > sMailTemplateStore(MailTemplateEntryfmt) | ( | MailTemplateEntryfmt | ) |
| MapDifficultyMap sMapDifficultyMap |
Definition at line 135 of file DBCStores.cpp.
| DBCStorage< MapDifficultyEntry > sMapDifficultyStore(MapDifficultyEntryfmt) | ( | MapDifficultyEntryfmt | ) |
| DBCStorage< MapEntry > sMapStore(MapEntryfmt) | ( | MapEntryfmt | ) |
| DBCStorage< MovieEntry > sMovieStore(MovieEntryfmt) | ( | MovieEntryfmt | ) |
| DBCStorage< NamesProfanityEntry > sNamesProfanityStore(NamesProfanityEntryfmt) | ( | NamesProfanityEntryfmt | ) |
| DBCStorage< NamesReservedEntry > sNamesReservedStore(NamesReservedEntryfmt) | ( | NamesReservedEntryfmt | ) |
| TaxiMask sOldContinentsNodesMask |
Definition at line 194 of file DBCStores.cpp.
| DBCStorage< OverrideSpellDataEntry > sOverrideSpellDataStore(OverrideSpellDatafmt) | ( | OverrideSpellDatafmt | ) |
| PetFamilySpellsStore sPetFamilySpellsStore |
Definition at line 170 of file DBCStores.cpp.
| std::unordered_set<uint32> sPetTalentSpells |
Definition at line 186 of file DBCStores.cpp.
| DBCStorage< PowerDisplayEntry > sPowerDisplayStore(PowerDisplayfmt) | ( | PowerDisplayfmt | ) |
| DBCStorage< PvPDifficultyEntry > sPvPDifficultyStore(PvPDifficultyfmt) | ( | PvPDifficultyfmt | ) |
| DBCStorage< QuestFactionRewEntry > sQuestFactionRewardStore(QuestFactionRewardfmt) | ( | QuestFactionRewardfmt | ) |
| DBCStorage< QuestSortEntry > sQuestSortStore(QuestSortEntryfmt) | ( | QuestSortEntryfmt | ) |
| DBCStorage< QuestXPEntry > sQuestXPStore(QuestXPfmt) | ( | QuestXPfmt | ) |
| DBCStorage< RandPropPointsEntry > sRandPropPointsStore(RandPropPointsfmt) | ( | RandPropPointsfmt | ) |
| DBCStorage< ScalingStatDistributionEntry > sScalingStatDistributionStore(ScalingStatDistributionfmt) | ( | ScalingStatDistributionfmt | ) |
| DBCStorage< ScalingStatValuesEntry > sScalingStatValuesStore(ScalingStatValuesfmt) | ( | ScalingStatValuesfmt | ) |
| DBCStorage< SkillLineAbilityEntry > sSkillLineAbilityStore(SkillLineAbilityfmt) | ( | SkillLineAbilityfmt | ) |
| DBCStorage< SkillLineEntry > sSkillLineStore(SkillLinefmt) | ( | SkillLinefmt | ) |
| DBCStorage< SkillRaceClassInfoEntry > sSkillRaceClassInfoStore(SkillRaceClassInfofmt) | ( | SkillRaceClassInfofmt | ) |
| DBCStorage< SkillTiersEntry > sSkillTiersStore(SkillTiersfmt) | ( | SkillTiersfmt | ) |
| DBCStorage< SoundEntriesEntry > sSoundEntriesStore(SoundEntriesfmt) | ( | SoundEntriesfmt | ) |
| DBCStorage< SpellCastTimesEntry > sSpellCastTimesStore(SpellCastTimefmt) | ( | SpellCastTimefmt | ) |
| DBCStorage< SpellCategoryEntry > sSpellCategoryStore(SpellCategoryfmt) | ( | SpellCategoryfmt | ) |
| DBCStorage< SpellDifficultyEntry > sSpellDifficultyStore(SpellDifficultyfmt) | ( | SpellDifficultyfmt | ) |
| DBCStorage< SpellDurationEntry > sSpellDurationStore(SpellDurationfmt) | ( | SpellDurationfmt | ) |
| DBCStorage< SpellFocusObjectEntry > sSpellFocusObjectStore(SpellFocusObjectfmt) | ( | SpellFocusObjectfmt | ) |
| DBCStorage< SpellItemEnchantmentConditionEntry > sSpellItemEnchantmentConditionStore(SpellItemEnchantmentConditionfmt) | ( | SpellItemEnchantmentConditionfmt | ) |
| DBCStorage< SpellItemEnchantmentEntry > sSpellItemEnchantmentStore(SpellItemEnchantmentfmt) | ( | SpellItemEnchantmentfmt | ) |
| DBCStorage< SpellRadiusEntry > sSpellRadiusStore(SpellRadiusfmt) | ( | SpellRadiusfmt | ) |
| DBCStorage< SpellRangeEntry > sSpellRangeStore(SpellRangefmt) | ( | SpellRangefmt | ) |
| DBCStorage< SpellRuneCostEntry > sSpellRuneCostStore(SpellRuneCostfmt) | ( | SpellRuneCostfmt | ) |
| DBCStorage< SpellShapeshiftFormEntry > sSpellShapeshiftFormStore(SpellShapeshiftFormfmt) | ( | SpellShapeshiftFormfmt | ) |
| DBCStorage< SpellEntry > sSpellStore(SpellEntryfmt) | ( | SpellEntryfmt | ) |
| DBCStorage< SpellVisualEntry > sSpellVisualStore(SpellVisualfmt) | ( | SpellVisualfmt | ) |
| DBCStorage< StableSlotPricesEntry > sStableSlotPricesStore(StableSlotPricesfmt) | ( | StableSlotPricesfmt | ) |
| DBCStorage< SummonPropertiesEntry > sSummonPropertiesStore(SummonPropertiesfmt) | ( | SummonPropertiesfmt | ) |
| TalentSpellPosMap sTalentSpellPosMap |
Definition at line 185 of file DBCStores.cpp.
| DBCStorage< TalentEntry > sTalentStore(TalentEntryfmt) | ( | TalentEntryfmt | ) |
|
static |
Definition at line 190 of file DBCStores.cpp.
| DBCStorage< TalentTabEntry > sTalentTabStore(TalentTabEntryfmt) | ( | TalentTabEntryfmt | ) |
| TaxiMask sTaxiNodesMask |
Definition at line 193 of file DBCStores.cpp.
| DBCStorage< TaxiNodesEntry > sTaxiNodesStore(TaxiNodesEntryfmt) | ( | TaxiNodesEntryfmt | ) |
| TaxiPathNodesByPath sTaxiPathNodesByPath |
Definition at line 204 of file DBCStores.cpp.
|
static |
| TaxiPathSetBySource sTaxiPathSetBySource |
Definition at line 200 of file DBCStores.cpp.
| DBCStorage< TaxiPathEntry > sTaxiPathStore(TaxiPathEntryfmt) | ( | TaxiPathEntryfmt | ) |
| DBCStorage< TeamContributionPointsEntry > sTeamContributionPointsStore(TeamContributionPointsfmt) | ( | TeamContributionPointsfmt | ) |
| DBCStorage< TotemCategoryEntry > sTotemCategoryStore(TotemCategoryEntryfmt) | ( | TotemCategoryEntryfmt | ) |
| DBCStorage< TransportAnimationEntry > sTransportAnimationStore(TransportAnimationfmt) | ( | TransportAnimationfmt | ) |
| DBCStorage< TransportRotationEntry > sTransportRotationStore(TransportRotationfmt) | ( | TransportRotationfmt | ) |
| DBCStorage< VehicleSeatEntry > sVehicleSeatStore(VehicleSeatEntryfmt) | ( | VehicleSeatEntryfmt | ) |
| DBCStorage< VehicleEntry > sVehicleStore(VehicleEntryfmt) | ( | VehicleEntryfmt | ) |
|
static |
Definition at line 45 of file DBCStores.cpp.
| DBCStorage< WMOAreaTableEntry > sWMOAreaTableStore(WMOAreaTableEntryfmt) | ( | WMOAreaTableEntryfmt | ) |
| DBCStorage< WorldMapAreaEntry > sWorldMapAreaStore(WorldMapAreaEntryfmt) | ( | WorldMapAreaEntryfmt | ) |
| DBCStorage< WorldMapOverlayEntry > sWorldMapOverlayStore(WorldMapOverlayEntryfmt) | ( | WorldMapOverlayEntryfmt | ) |
| DBCStorage< WorldSafeLocsEntry > sWorldSafeLocsStore(WorldSafeLocsEntryfmt) | ( | WorldSafeLocsEntryfmt | ) |