mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7793] Add some comments to fields in Talent.dbc
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
f2c514e810
commit
b2d9faa1cf
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue