瀏覽代碼

* Only Clanlvl 5 can participate in Siege .. Continues [2030]
* Small comment fix ;)

nBd 17 年之前
父節點
當前提交
fd00765969

+ 1 - 1
L2_GameServer/java/config/siege.properties

@@ -11,7 +11,7 @@ CountDownLength=10
 MaxFlags=1
 MaxFlags=1
 
 
 #Minimum level to register
 #Minimum level to register
-SiegeClanMinLevel=4
+SiegeClanMinLevel=5
 
 
 #Max no. of clans that can register on each side
 #Max no. of clans that can register on each side
 AttackerMaxClans=500
 AttackerMaxClans=500

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/model/base/Experience.java

@@ -113,7 +113,7 @@ public class Experience
     
     
 	/**
 	/**
 	 * This is the first UNREACHABLE level.<BR>
 	 * This is the first UNREACHABLE level.<BR>
-	 *   ex: If you want a max at 82 & 100%, you have to put 83.<BR><BR>
+	 *   ex: If you want a max at 85 & 100.00%, you have to put 86.<BR><BR>
 	 */
 	 */
 	public final static byte MAX_LEVEL = 86;
 	public final static byte MAX_LEVEL = 86;