diff options
author | megamage <none@none> | 2009-03-18 20:54:39 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-18 20:54:39 -0600 |
commit | 73d13c4992c094c7a9423351ed39a64208a903b4 (patch) | |
tree | 1a6ba105faa551509c9a372939fe53d9abf3e763 /src/shared/Database/DBCStores.cpp | |
parent | 9b08473d282580a30624b6042b0ff98e8cfbfada (diff) |
*Read dbc summon properties for future use.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.cpp')
-rw-r--r-- | src/shared/Database/DBCStores.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index 23a2b8e6cd5..1ea74639da2 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -117,7 +117,7 @@ DBCStorage <SpellRangeEntry> sSpellRangeStore(SpellRangefmt); DBCStorage <SpellRuneCostEntry> sSpellRuneCostStore(SpellRuneCostfmt); DBCStorage <SpellShapeshiftEntry> sSpellShapeshiftStore(SpellShapeshiftfmt); DBCStorage <StableSlotPricesEntry> sStableSlotPricesStore(StableSlotPricesfmt); -//DBCStorage <SummonPropertiesEntry> sSummonPropertiesStore(SummonPropertiesfmt); +DBCStorage <SummonPropertiesEntry> sSummonPropertiesStore(SummonPropertiesfmt); DBCStorage <TalentEntry> sTalentStore(TalentEntryfmt); TalentSpellPosMap sTalentSpellPosMap; DBCStorage <TalentTabEntry> sTalentTabStore(TalentTabEntryfmt); |