diff options
author | Haru <haru@dotalux.com> | 2013-11-10 04:28:03 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-10 04:31:28 +0100 |
commit | b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25 (patch) | |
tree | cbd305d3896bdc9f498ed9eb72836dc7b6c32b99 /npc/other/poring_war.txt | |
parent | c9b63614070f7fce81c88cd60e5edad5a7730df0 (diff) | |
download | hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.gz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.bz2 hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.xz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.zip |
Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4
- Consolidated case in variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other/poring_war.txt')
-rw-r--r-- | npc/other/poring_war.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index 58db2edcf..507efe85d 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -1171,7 +1171,7 @@ OnMyMobDead: OnTimer120000: set $@wop_deadcount_d,$@wop_deadcount_d - 1; - donpcevent "#wop_devillium1::OndevilingSpawn"; + donpcevent "#wop_devillium1::OnDevilingSpawn"; mapannounce "poring_w02","Mr. Doppel: The Deviling on the 1st base has been revived! 1 point gained!!",0,0x00ff00; stopnpctimer; end; @@ -1185,7 +1185,7 @@ OnReset: stopnpctimer; end; -OndevilingSpawn: +OnDevilingSpawn: monster "poring_w02",98,124,"Deviling",1767,1,"#wop_devillium2::OnMyMobDead"; end; @@ -1206,7 +1206,7 @@ OnMyMobDead: OnTimer120000: set $@wop_deadcount_d,$@wop_deadcount_d - 1; - donpcevent "#wop_devillium2::OndevilingSpawn"; + donpcevent "#wop_devillium2::OnDevilingSpawn"; mapannounce "poring_w02","Mr. Doppel: The deviling on the 2nd base has been revived! 1 point gained!!",0,0x00ff00; stopnpctimer; } |