SendIllusionPacket fix for mob base race not getting set

This commit is contained in:
Akkadius 2014-12-08 05:31:59 -06:00
parent 9eb41c7b0d
commit f3af295f34

View File

@ -1508,6 +1508,10 @@ void Mob::SendIllusionPacket(uint16 in_race, uint8 in_gender, uint8 in_texture,
else
size = in_size;
if (IsNPC()){
base_race = race;
}
// Reset features to Base from the Player Profile
if (IsClient() && in_race == 0)
{