mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 10:12:24 +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
|
else
|
||||||
size = in_size;
|
size = in_size;
|
||||||
|
|
||||||
|
if (IsNPC()){
|
||||||
|
base_race = race;
|
||||||
|
}
|
||||||
|
|
||||||
// Reset features to Base from the Player Profile
|
// Reset features to Base from the Player Profile
|
||||||
if (IsClient() && in_race == 0)
|
if (IsClient() && in_race == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user