diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-21 04:08:44 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-21 04:08:44 +0000 |
commit | 576b80efa1c556796c13f195467e0dd1cea5631b (patch) | |
tree | 38438982c5f54d1666eba94809c2fb6c60518224 /npc/pre-re/other | |
parent | 1dea49c7f44dc9c33f8d204809a830be58a75ba2 (diff) | |
download | hercules-576b80efa1c556796c13f195467e0dd1cea5631b.tar.gz hercules-576b80efa1c556796c13f195467e0dd1cea5631b.tar.bz2 hercules-576b80efa1c556796c13f195467e0dd1cea5631b.tar.xz hercules-576b80efa1c556796c13f195467e0dd1cea5631b.zip |
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
Diffstat (limited to 'npc/pre-re/other')
-rw-r--r-- | npc/pre-re/other/poring_war.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/pre-re/other/poring_war.txt b/npc/pre-re/other/poring_war.txt index 3df83e5a1..16cc55790 100644 --- a/npc/pre-re/other/poring_war.txt +++ b/npc/pre-re/other/poring_war.txt @@ -358,7 +358,7 @@ poring_w01,91,97,3 script Poring#wop_door_all 1002,{ end; OnInit: - waitingroom "[Recruiting 10 Battle Participants]",10,"Poring#wop_door_all::OnStartArena",10,500,9; + waitingroom "[Recruiting 10 Battle Participants]",11,"Poring#wop_door_all::OnStartArena",10,500,9; enablewaitingroomevent; end; @@ -381,7 +381,7 @@ poring_w01,91,68,5 script Poring#wop_door_a 1002,{ end; OnInit: - waitingroom "[Angeling Team Recruiter]",5,"Poring#wop_door_a::OnStartArena",5,0,9; + waitingroom "[Angeling Team Recruiter]",6,"Poring#wop_door_a::OnStartArena",5,0,9; enablewaitingroomevent; end; @@ -473,7 +473,7 @@ poring_w01,112,68,3 script Poring#wop_door_d 1002,{ end; OnInit: - waitingroom "[Deviling Team Recruiter]",5,"Poring#wop_door_d::OnStartArena",5,0,9; + waitingroom "[Deviling Team Recruiter]",6,"Poring#wop_door_d::OnStartArena",5,0,9; enablewaitingroomevent; end; |