summaryrefslogtreecommitdiff
path: root/npc/battleground
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-12-07 16:42:02 +0100
committerHaru <haru@dotalux.com>2013-12-07 16:42:02 +0100
commit8be1bf181369089e6e7288ed6922aba4bb4f8e0a (patch)
treecd42dd213fefb77705211628851355bdbc8b3ee3 /npc/battleground
parent1f1930c0e3d2bb928d9fc9a39f360815daf77e8f (diff)
downloadhercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.gz
hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.bz2
hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.xz
hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.zip
Fixed several incorrect script labels and events
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/battleground')
-rw-r--r--npc/battleground/kvm/kvm01.txt2
-rw-r--r--npc/battleground/kvm/kvm02.txt2
-rw-r--r--npc/battleground/kvm/kvm03.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/battleground/kvm/kvm01.txt b/npc/battleground/kvm/kvm01.txt
index 4fb84ddc3..f70b3b3fa 100644
--- a/npc/battleground/kvm/kvm01.txt
+++ b/npc/battleground/kvm/kvm01.txt
@@ -357,7 +357,7 @@ OnTimer5000:
mapannounce "bat_c01", "Please be careful.",bc_map,"0x00ff00";
end;
-OnTimer:55000:
+OnTimer55000:
mapannounce "bat_c01", "You will be sent back.",bc_map,"0x00ff00";
end;
diff --git a/npc/battleground/kvm/kvm02.txt b/npc/battleground/kvm/kvm02.txt
index 33982a2c5..d2a5c38c2 100644
--- a/npc/battleground/kvm/kvm02.txt
+++ b/npc/battleground/kvm/kvm02.txt
@@ -359,7 +359,7 @@ OnTimer5000:
mapannounce "bat_c02", "Please be careful.",bc_map,"0x00ff00";
end;
-OnTimer:55000:
+OnTimer55000:
mapannounce "bat_c02", "You will be sent back.",bc_map,"0x00ff00";
end;
diff --git a/npc/battleground/kvm/kvm03.txt b/npc/battleground/kvm/kvm03.txt
index 6866a7147..c821a7db3 100644
--- a/npc/battleground/kvm/kvm03.txt
+++ b/npc/battleground/kvm/kvm03.txt
@@ -358,7 +358,7 @@ OnTimer5000:
mapannounce "bat_c03", "Please be careful.",bc_map,"0x00ff00";
end;
-OnTimer:55000:
+OnTimer55000:
mapannounce "bat_c03", "You will be sent back.",bc_map,"0x00ff00";
end;