瀏覽代碼

BETA: Little typo in [6075].
Reported by: jurchiks

Adry_85 12 年之前
父節點
當前提交
acf868dc18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java

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

@@ -9196,7 +9196,7 @@ public final class L2PcInstance extends L2Playable
 				return false;
 			}
 		}
-		// Check if the skill is not a good magic, target is a monster and if force attack is set, if not then we don't want to cast.
+		// Check if the skill is a good magic, target is a monster and if force attack is set, if not then we don't want to cast.
 		if (!skill.isBad() && target.isMonster() && !forceUse)
 		{
 			sendPacket(ActionFailed.STATIC_PACKET);