[7793] Add some comments to fields in Talent.dbc

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-05-06 22:00:02 +04:00
parent f2c514e810
commit b2d9faa1cf
2 changed files with 3 additions and 4 deletions

View file

@ -1480,10 +1480,9 @@ struct TalentEntry
// 14-15 not used // 14-15 not used
uint32 DependsOnRank; // 16 uint32 DependsOnRank; // 16
// 17-18 not used // 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 unk2; // 20, all 0
//uint32 unkFlags1; // 21, related to hunter pet talents //uint64 allowForPet; // 21 its a 64 bit mask for pet 1<<m_categoryEnumID in CreatureFamily.dbc
//uint32 unkFlags2; // 22, related to hunter pet talents
}; };
struct TalentTabEntry struct TalentTabEntry

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7792" #define REVISION_NR "7793"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__