Browse Source

Fix for fast falling down on dying char.

JIV 15 years ago
parent
commit
bcc26cddc1

+ 0 - 1
L2_GameServer/java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java

@@ -8716,7 +8716,6 @@ public final class L2PcInstance extends L2Playable
     	// Check if the player is dead
         if (isDead())
         {
-        	abortCast();
         	// Send a Server->Client packet ActionFailed to the L2PcInstance
             sendPacket(ActionFailed.STATIC_PACKET);
             return false;