diff options
Diffstat (limited to 'src/game/Creature.h')
| -rw-r--r-- | src/game/Creature.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 4dbc2fed77f..ef4e99da8c0 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -172,13 +172,14 @@ enum SummonMask #pragma pack(push,1) #endif +#define MAX_KILL_CREDIT 2 + // from `creature_template` table struct CreatureInfo { uint32 Entry; uint32 HeroicEntry; - uint32 unk1; - uint32 unk2; + uint32 KillCredit[MAX_KILL_CREDIT]; uint32 DisplayID_A[2]; uint32 DisplayID_H[2]; char* Name; |
