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/DBCStructure.h | |
parent | 9b08473d282580a30624b6042b0ff98e8cfbfada (diff) |
*Read dbc summon properties for future use.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |