diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/shared/Database/DBCStores.cpp | 2 | ||||
| -rw-r--r-- | src/shared/Database/DBCStores.h | 2 | ||||
| -rw-r--r-- | src/shared/Database/DBCStructure.h | 4 |
3 files changed, 4 insertions, 4 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); 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; diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index 45718e82e19..a511c97013c 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -1398,7 +1398,7 @@ struct StableSlotPricesEntry uint32 Price; }; -/*struct SummonPropertiesEntry +struct SummonPropertiesEntry { uint32 Id; // 0 uint32 Group; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount? @@ -1406,7 +1406,7 @@ struct StableSlotPricesEntry uint32 Type; // 3, see enum uint32 Slot; // 4, 0-6 uint32 Flags; // 5 -};*/ +}; struct TalentEntry { |
