aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared')
-rw-r--r--src/server/shared/DataStores/DBCStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/DataStores/DBCStructure.h b/src/server/shared/DataStores/DBCStructure.h
index 6377f6a4ad6..e6deee31630 100644
--- a/src/server/shared/DataStores/DBCStructure.h
+++ b/src/server/shared/DataStores/DBCStructure.h
@@ -1682,7 +1682,7 @@ struct TalentTabEntry
//unit32 SpellIconID; // 18
//uint32 RaceMask; // 19
uint32 ClassMask; // 20
- uint32 CategoryEnumID; // 21
+ uint32 PetTalentMask; // 21
uint32 OrderIndex; // 22
//char* BackgroundFile; // 23
};