aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r--src/game/Creature.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h
index d7c09c35548..8f123dad406 100644
--- a/src/game/Creature.h
+++ b/src/game/Creature.h
@@ -169,8 +169,10 @@ struct CreatureInfo
uint32 Entry;
uint32 HeroicEntry;
uint32 KillCredit[MAX_KILL_CREDIT];
- uint32 DisplayID_A[2];
- uint32 DisplayID_H[2];
+ uint32 Modelid1;
+ uint32 Modelid2;
+ uint32 Modelid3;
+ uint32 Modelid4;
char* Name;
char* SubName;
char* IconName;