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/kvm03.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/kvm03.txt')
-rw-r--r-- | npc/pre-re/battleground/kvm/kvm03.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/battleground/kvm/kvm03.txt b/npc/pre-re/battleground/kvm/kvm03.txt index 4b685be55..8cc26dc93 100644 --- a/npc/pre-re/battleground/kvm/kvm03.txt +++ b/npc/pre-re/battleground/kvm/kvm03.txt @@ -26,7 +26,7 @@ bat_room,225,226,5 script KVM Waiting Room#a3::KvM03R_Guillaume 418,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM03_BG::OnGuillaumeJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM03_BG::OnGuillaumeJoin",1; end; OnEnterBG: @@ -40,7 +40,7 @@ bat_room,225,205,3 script KVM Waiting Room#b3::KvM03R_Croix 414,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM03_BG::OnCroixJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM03_BG::OnCroixJoin",1; end; OnEnterBG: |