From 9ae28ca0591c7b299c3ec11263d7cf2b275ec04d Mon Sep 17 00:00:00 2001 From: masao87 Date: Fri, 6 Jan 2012 20:51:07 +0000 Subject: - Follow up r15281. - Removed MaxLvl check in BG Waitingrooms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15401 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/battleground/tierra/tierra01.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/battleground/tierra/tierra01.txt') diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index a9d60e5cb..1723c8a8a 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.0 First Version. //= 1.1 Corrected setwalls for barricades. [L0ne_W0lf] //= 1.2 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.3 Removed MaxLvl check in waitingrooms. //============================================================ // Waiting Room NPCs @@ -23,7 +24,7 @@ bat_room,57,227,5 script Lieutenant Kalos 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: @@ -35,7 +36,7 @@ bat_room,58,204,1 script Lieutenant Eyor 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: -- cgit v1.2.3-60-g2f50