Parcourir la source

Small fix for castle zones. Thx Kerberos :)

GodKratos il y a 16 ans
Parent
commit
0eda5ee0e9

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/model/entity/Castle.java

@@ -446,7 +446,7 @@ public class Castle
 	
 	public void oustAllPlayers()
 	{
-		_teleZone.oustAllPlayers();
+		getTeleZone().oustAllPlayers();
 	}
 	
 	/**