mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 23:42:24 +00:00
RemoveAllAppearanceEffects sends all relevant data so NPC appearance doesn't get altered. (#1864)
This commit is contained in:
parent
8ec4afe721
commit
0f4f5d7046
@ -4858,7 +4858,10 @@ XS(XS_Mob_RemoveAllAppearanceEffects) {
|
|||||||
{
|
{
|
||||||
Mob *THIS;
|
Mob *THIS;
|
||||||
VALIDATE_THIS_IS_MOB;
|
VALIDATE_THIS_IS_MOB;
|
||||||
THIS->SendIllusionPacket(THIS->GetRace());
|
THIS->SendIllusionPacket(THIS->GetRace(), THIS->GetGender(), THIS->GetTexture(), THIS->GetHelmTexture(),
|
||||||
|
THIS->GetHairColor(), THIS->GetBeardColor(), THIS->GetEyeColor1(), THIS->GetEyeColor2(),
|
||||||
|
THIS->GetHairStyle(), THIS->GetLuclinFace(), THIS->GetBeard(), 0xFF,
|
||||||
|
THIS->GetDrakkinHeritage(), THIS->GetDrakkinTattoo(), THIS->GetDrakkinDetails(), THIS->GetSize());
|
||||||
}
|
}
|
||||||
XSRETURN_EMPTY;
|
XSRETURN_EMPTY;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user