diff options
Diffstat (limited to 'npc/functions')
-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"; |