Enable multiple NPC equipment materials

This change allows #npcedit
armtexture/bracertexture/handtexture/legtexture/feettexture to work
properly and sets individual armor slot materials for NPCs.
This commit is contained in:
Shane Lynch
2015-03-10 21:33:44 -07:00
parent 6a241d44cc
commit 13743caf19
7 changed files with 66 additions and 9 deletions
+5
View File
@@ -127,6 +127,11 @@ struct NPCType
bool no_target_hotkey;
bool raid_target;
uint8 probability;
uint8 armtexture;
uint8 bracertexture;
uint8 handtexture;
uint8 legtexture;
uint8 feettexture;
};
namespace player_lootitem {