mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 02:31:29 +00:00
SendIllusionPacket fix for mob base race not getting set
This commit is contained in:
parent
9eb41c7b0d
commit
f3af295f34
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user