Fixed toggle reset.

This commit is contained in:
MobiusDev
2016-04-28 20:37:35 +00:00
parent 7af31aa563
commit 0709c3baa4
2 changed files with 9 additions and 15 deletions

View File

@ -60,13 +60,6 @@ public final class RequestMagicSkillUse extends L2GameClientPacket
return;
}
if (activeChar.isFakeDeath())
{
activeChar.sendPacket(SystemMessageId.YOU_CANNOT_MOVE_WHILE_SITTING);
activeChar.sendPacket(ActionFailed.STATIC_PACKET);
return;
}
// Get the level of the used skill
Skill skill = activeChar.getKnownSkill(_magicId);
if (skill == null)