From 576b80efa1c556796c13f195467e0dd1cea5631b Mon Sep 17 00:00:00 2001 From: daegaladh Date: Sat, 21 Jul 2012 04:08:44 +0000 Subject: Fixed an old bug in waitingroom where NPCs weren't appearing into their chatrooms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16461 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/pre-re/battleground/tierra/tierra02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/battleground/tierra/tierra02.txt') diff --git a/npc/pre-re/battleground/tierra/tierra02.txt b/npc/pre-re/battleground/tierra/tierra02.txt index aaa3b1722..867946181 100644 --- a/npc/pre-re/battleground/tierra/tierra02.txt +++ b/npc/pre-re/battleground/tierra/tierra02.txt @@ -23,7 +23,7 @@ bat_room,114,227,5 script Lieutenant Rundel 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80; + waitingroom "Battle Station",11,"start#bat_a02::OnReadyCheck",1,0,80; end; OnEnterBG: @@ -35,7 +35,7 @@ bat_room,114,204,1 script Lieutenant Guerrit 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80; + waitingroom "Battle Station",11,"start#bat_a02::OnReadyCheck",1,0,80; end; OnEnterBG: -- cgit v1.2.3-60-g2f50