mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 05:11:29 +00:00
Update mob.cpp
This commit is contained in:
parent
ed4d72c54b
commit
8f54abec61
@ -4127,7 +4127,7 @@ void Mob::SendAppearancePacket(
|
||||
auto outapp = new EQApplicationPacket(OP_SpawnAppearance, sizeof(SpawnAppearance_Struct));
|
||||
auto* a = (SpawnAppearance_Struct*)outapp->pBuffer;
|
||||
|
||||
if (type == AppearanceType::Invisibility) {
|
||||
if (type == AppearanceType::Invisibility && value != 3001) {
|
||||
m_invisibility_state = value;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user