diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-05 17:10:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-05 17:10:20 -0300 |
commit | 6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2 (patch) | |
tree | 0e65c2ffd238a871c843650ff27d39d244d7fc48 /npc | |
parent | b38cc330d6f897cb51f52a7f4c507886fac0502d (diff) | |
download | serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.gz serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.bz2 serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.xz serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.zip |
Fix proposed by 4144
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index a3daad99b..e4985cbeb 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -71,7 +71,7 @@ OnTimer62000: // Try to warp randomly, up to 30 attempts .@e=0; .@x=0; .@y=0; - while (!checkcell(.mp$, .@x, .@y, cell_chkpass)) + while (!checknpccell(.mp$, .@x, .@y, cell_chkpass)) { if (.@e == 30) { .mp$="boss"; |