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