diff options
Diffstat (limited to 'npc/018-2-2')
-rw-r--r-- | npc/018-2-2/main.txt | 2 |
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"); } |