Fixed admin command DlgAnswer not responding.

This commit is contained in:
MobiusDev 2018-05-07 13:19:22 +00:00
parent f584208524
commit 6fce931e93

View File

@ -62,7 +62,7 @@ public final class DlgAnswer implements IClientIncomingPacket
return; return;
} }
if (_messageId == SystemMessageId.S1.getId()) if (_messageId == SystemMessageId.S1_3.getId())
{ {
if (activeChar.removeAction(PlayerAction.USER_ENGAGE)) if (activeChar.removeAction(PlayerAction.USER_ENGAGE))
{ {