summaryrefslogtreecommitdiff
path: root/npc/080-1/final.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-12 13:45:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-12 13:45:05 -0300
commita970678cb764e34b913ad349752f39cf951e5103 (patch)
treeea0cb66e1d0906f39b82f323374d925a995735a4 /npc/080-1/final.txt
parent45967984a959680e9bbf8db85229b52dbcebf466 (diff)
downloadserverdata-a970678cb764e34b913ad349752f39cf951e5103.tar.gz
serverdata-a970678cb764e34b913ad349752f39cf951e5103.tar.bz2
serverdata-a970678cb764e34b913ad349752f39cf951e5103.tar.xz
serverdata-a970678cb764e34b913ad349752f39cf951e5103.zip
Fix major bug with setcells
Diffstat (limited to 'npc/080-1/final.txt')
-rw-r--r--npc/080-1/final.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index a287c6c1..a6eb8111 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -197,7 +197,7 @@ OnPayFunds:
dispbottom strcharinfo(0) + " : " + l("This clearly is not a real gate; Most likely an illusion to prevent access. I should be able to dispel it by killing the guardians.");
slide 84, 137;
if (checkcell(getmap(), 84, 135, cell_chkpass))
- setcells .@mapd$, 81, 131, 86, 135, 1, "X21LF@"+X21ID();
+ setcells getmap(), 81, 131, 86, 135, 1, "X21LF@"+X21ID();
end;
}
delcells("X21LF@"+X21ID());