Fixed toggle reset.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user