summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-05 17:10:20 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-05 17:10:20 -0300
commit6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2 (patch)
tree0e65c2ffd238a871c843650ff27d39d244d7fc48 /npc/functions/gmbot.txt
parentb38cc330d6f897cb51f52a7f4c507886fac0502d (diff)
downloadserverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.gz
serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.bz2
serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.tar.xz
serverdata-6f54f1c380a3d17a7e3470dcfafce8a4937c5ce2.zip
Fix proposed by 4144
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt2
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";