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/tierra01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/battleground/tierra/tierra01.txt') diff --git a/npc/pre-re/battleground/tierra/tierra01.txt b/npc/pre-re/battleground/tierra/tierra01.txt index 1723c8a8a..b6b3e4354 100644 --- a/npc/pre-re/battleground/tierra/tierra01.txt +++ b/npc/pre-re/battleground/tierra/tierra01.txt @@ -24,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; + waitingroom "Battle Station",11,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: @@ -36,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; + waitingroom "Battle Station",11,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: -- cgit v1.2.3-60-g2f50