summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-26 15:12:03 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-26 15:12:03 -0200
commit676c1219f5c48e29c8149912344e08530c8c56a8 (patch)
treed2fa1bb35a3d0a01993440d94f6989bcc4d15e71
parent8a9ef33d41b2b7e22269d0112c6f87c2de6baf3d (diff)
downloadserverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.gz
serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.bz2
serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.xz
serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.zip
My bad
-rw-r--r--npc/007-1/treasure.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/treasure.txt b/npc/007-1/treasure.txt
index 8e9503a57..ef615c5d4 100644
--- a/npc/007-1/treasure.txt
+++ b/npc/007-1/treasure.txt
@@ -103,7 +103,7 @@ OnClock1956:
// Try to warp randomly to a walkable spot, up to 20 attempts
// Otherwise, it'll stay where it already is (but will close and refill).
.@e=0; .@x=0; .@y=0;
- while (!checkcell(.mp$, .@x, .@y, cell_chkpass))
+ while (!checkcell(.map$, .@x, .@y, cell_chkpass))
{
if (.@e == 20) {
.@x=.x;