Merge pull request #832 from noudess/master

Added model field to npc_types to allow using a diff graphic without losing race
This commit is contained in:
Chris Miles
2019-04-12 18:48:04 -05:00
committed by GitHub
11 changed files with 103 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_;