summaryrefslogtreecommitdiff
path: root/npc/018-2-2/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 15:48:52 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 15:48:52 -0200
commit2aceef8afb40d9cb74de0bfcf5276a9b6f73d287 (patch)
tree8f7107e8e2ced8fd2cef3597634f13e6c0e03a93 /npc/018-2-2/main.txt
parent9d6933067964e400968d913e1381265df24118a9 (diff)
downloadserverdata-2aceef8afb40d9cb74de0bfcf5276a9b6f73d287.tar.gz
serverdata-2aceef8afb40d9cb74de0bfcf5276a9b6f73d287.tar.bz2
serverdata-2aceef8afb40d9cb74de0bfcf5276a9b6f73d287.tar.xz
serverdata-2aceef8afb40d9cb74de0bfcf5276a9b6f73d287.zip
[skip ci]
Diffstat (limited to 'npc/018-2-2/main.txt')
-rw-r--r--npc/018-2-2/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index 62d4dfbd6..949d84b48 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -10,7 +10,7 @@
// Boss-Slaying related
function DungeonClear {
- getmapxy(.@ms$, .@x, .@y, 0);
+ getmapxy(.@m$, .@x, .@y, 0);
areatimer(.@m$, .@x-15, .@y-15, .@x+15, .@y+15, 100, "#HH_CONTROLLER01::OnFinish");
}