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/battleground/kvm/kvm02.txt | |
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/battleground/kvm/kvm02.txt')
-rw-r--r-- | npc/pre-re/battleground/kvm/kvm02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/battleground/kvm/kvm02.txt b/npc/pre-re/battleground/kvm/kvm02.txt index 5f6c118d3..d99741834 100644 --- a/npc/pre-re/battleground/kvm/kvm02.txt +++ b/npc/pre-re/battleground/kvm/kvm02.txt @@ -27,7 +27,7 @@ bat_room,197,226,5 script KVM Waiting Room#a2::KvM02R_Guillaume 418,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM02_BG::OnGuillaumeJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM02_BG::OnGuillaumeJoin",1; end; OnEnterBG: @@ -41,7 +41,7 @@ bat_room,197,205,3 script KVM Waiting Room#b2::KvM02R_Croix 414,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM02_BG::OnCroixJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM02_BG::OnCroixJoin",1; end; OnEnterBG: |