mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
additional potential problem
This commit is contained in:
@@ -14757,6 +14757,10 @@ void Client::Handle_OP_SpawnAppearance(const EQApplicationPacket *app)
|
||||
playeraction = 4;
|
||||
SetFeigned(false);
|
||||
}
|
||||
else if (sa->parameter == Animation::Freeze) {
|
||||
// Client seems to expect an ack here
|
||||
SendAppearancePacket(AppearanceType::Animation, Animation::Freeze);
|
||||
}
|
||||
|
||||
else {
|
||||
LogError("Client [{}] :: unknown appearance [{}]", name, (int)sa->parameter);
|
||||
|
||||
Reference in New Issue
Block a user