Added a use_model field to npc_types to override race-graphics, maintain race.

This commit is contained in:
Noudess
2019-03-25 19:21:33 -04:00
parent 0852468b88
commit 60d5c11c43
9 changed files with 104 additions and 166 deletions
+3 -1
View File
@@ -159,7 +159,8 @@ public:
uint8 in_bracertexture,
uint8 in_handtexture,
uint8 in_legtexture,
uint8 in_feettexture
uint8 in_feettexture,
uint16 in_usemodel
);
virtual ~Mob();
@@ -1280,6 +1281,7 @@ protected:
uint8 gender;
uint16 race;
uint16 use_model;
uint8 base_gender;
uint16 base_race;
uint8 class_;