Browse Source

BETA: Reverted number of players for Frintezza' instance.

	Reported by: Gladicek
Adry_85 12 years ago
parent
commit
cd079468f3

+ 2 - 2
L2J_DataPack_BETA/dist/game/data/scripts/instances/FinalEmperialTomb/FinalEmperialTomb.java

@@ -141,8 +141,8 @@ public class FinalEmperialTomb extends Quest
 	}
 	
 	private static final int INSTANCEID = 136; // this is the client number
-	private static final int MIN_PLAYERS = 9;
-	private static final int MAX_PLAYERS = 27;
+	private static final int MIN_PLAYERS = 36;
+	private static final int MAX_PLAYERS = 45;
 	private static final boolean debug = false;
 	
 	private final Map<Integer, L2Territory> _spawnZoneList = new HashMap<>();