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.h | |
| parent | 9b08473d282580a30624b6042b0ff98e8cfbfada (diff) | |
*Read dbc summon properties for future use.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.h')
| -rw-r--r-- | src/shared/Database/DBCStores.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index f915a613b71..0829ce5c5ee 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -200,7 +200,7 @@ extern DBCStorage <SpellRuneCostEntry> sSpellRuneCostStore; extern DBCStorage <SpellShapeshiftEntry> sSpellShapeshiftStore; extern DBCStorage <SpellEntry> sSpellStore; extern DBCStorage <StableSlotPricesEntry> sStableSlotPricesStore; -//extern DBCStorage <SummonPropertiesEntry> sSummonPropertiesStore; +extern DBCStorage <SummonPropertiesEntry> sSummonPropertiesStore; extern DBCStorage <TalentEntry> sTalentStore; extern DBCStorage <TalentTabEntry> sTalentTabStore; extern DBCStorage <TaxiNodesEntry> sTaxiNodesStore; |
