diff options
author | megamage <none@none> | 2009-05-06 17:01:52 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-06 17:01:52 -0500 |
commit | c228f62a07f983c4a7e61743e40a69502cb09cee (patch) | |
tree | 1e33a289d4204cad247107e35030f3aca9090a26 | |
parent | 2d0311d7668136169cc00d69aad3a2cbfeecd6cc (diff) |
[7793] Add some comments to fields in Talent.dbc Author: DiSlord
--HG--
branch : trunk
-rw-r--r-- | src/game/DBCStructure.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 506c4efa37c..8c8195c018b 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1492,10 +1492,9 @@ struct TalentEntry // 14-15 not used uint32 DependsOnRank; // 16 // 17-18 not used - //uint32 unk1; // 19, 0 or 1 + //uint32 needAddInSpellBook; // 19 also need disable higest ranks on reset talent tree //uint32 unk2; // 20, all 0 - //uint32 unkFlags1; // 21, related to hunter pet talents - //uint32 unkFlags2; // 22, related to hunter pet talents + //uint64 allowForPet; // 21 its a 64 bit mask for pet 1<<m_categoryEnumID in CreatureFamily.dbc }; struct TalentTabEntry |