diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 22:47:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 22:47:58 -0300 |
commit | cf1c6698cef22d680b8e054e07609d58d25bd6b7 (patch) | |
tree | ac5e164da11be329ddf5119d4724e317df5fa869 /npc/007-1 | |
parent | b7502b059c12c51c63ade96f07df3d64cf9c6013 (diff) | |
download | serverdata-cf1c6698cef22d680b8e054e07609d58d25bd6b7.tar.gz serverdata-cf1c6698cef22d680b8e054e07609d58d25bd6b7.tar.bz2 serverdata-cf1c6698cef22d680b8e054e07609d58d25bd6b7.tar.xz serverdata-cf1c6698cef22d680b8e054e07609d58d25bd6b7.zip |
For good measure + bugfix
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/torches.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/torches.txt b/npc/007-1/torches.txt index 57a93a241..dbcf1b9a9 100644 --- a/npc/007-1/torches.txt +++ b/npc/007-1/torches.txt @@ -32,7 +32,7 @@ function script CheckTorch { L_TorchTally: specialeffect(53); specialeffect(54); - getmapxy(.@m, .@x, .@y, UNITTYPE_PC); + getmapxy(.@m, .@x, .@y, 0); switch (@torch_count) { case 1: |