diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 11:49:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 11:49:01 -0300 |
commit | 3bdfe94c787cceef26f1dd54d58ec0224431408e (patch) | |
tree | 1b34cbda223727bf1b598a9887f9506858333299 /npc | |
parent | 87f06c10487c295ab9e593eae0d0b245b04b6a96 (diff) | |
download | serverdata-3bdfe94c787cceef26f1dd54d58ec0224431408e.tar.gz serverdata-3bdfe94c787cceef26f1dd54d58ec0224431408e.tar.bz2 serverdata-3bdfe94c787cceef26f1dd54d58ec0224431408e.tar.xz serverdata-3bdfe94c787cceef26f1dd54d58ec0224431408e.zip |
Apply new torch effect
Diffstat (limited to 'npc')
-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 39ac7b32c..b7e3df279 100644 --- a/npc/007-1/torches.txt +++ b/npc/007-1/torches.txt @@ -30,7 +30,7 @@ function script CheckTorch { goto L_Loop; L_TorchTally: - specialeffect(53); + specialeffect(62); specialeffect(54); getmapxy(@m$, .@x, .@y, 0); |