Explorar o código

BETA: Minor typo fix related with Shift action now players will be able to target monsters/npcs with Shift.

Rumen Nikiforov %!s(int64=13) %!d(string=hai) anos
pai
achega
5c1dee8a79

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/network/clientpackets/Action.java

@@ -127,7 +127,7 @@ public final class Action extends L2GameClientPacket
 			}
 			case 1:
 			{
-				if (!activeChar.isGM() && !obj.isNpc() && Config.ALT_GAME_VIEWNPC)
+				if (!activeChar.isGM() && !(obj.isNpc() && Config.ALT_GAME_VIEWNPC))
 				{
 					obj.onAction(activeChar, false);
 				}