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
+1
View File
@@ -144,6 +144,7 @@ struct NPCType
bool skip_global_loot;
bool rare_spawn;
int8 stuck_behavior;
uint16 use_model;
};
namespace player_lootitem {