summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-28 15:23:13 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-28 15:23:13 -0300
commit617f14f096849bde785e3087724ad326053218fa (patch)
treeeda5912f3cb5b0d806c87d0b95061bb6f53dc40d
parentb3479d740ae5203f06cdf308cc9be5ce2edabc1a (diff)
downloadserverdata-617f14f096849bde785e3087724ad326053218fa.tar.gz
serverdata-617f14f096849bde785e3087724ad326053218fa.tar.bz2
serverdata-617f14f096849bde785e3087724ad326053218fa.tar.xz
serverdata-617f14f096849bde785e3087724ad326053218fa.zip
Actually, there was a typo, too
-rw-r--r--npc/026-1/ctrl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index 17b9be77c..ac7fb5782 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -33,12 +33,12 @@ L_Warp:
// Disarm & reset everything
OnMinute15:
OnMinute45:
- if (!$@DATA_0261[12])
- delcells "026-1_58_76"; setcells "026-1", 58, 76, 62, 76, 1, "026-1_58_76";
+ if ($@DATA_0261[12])
+ setcells "026-1", 58, 76, 62, 76, 1, "026-1_58_76";
if ($@DATA_0261[13])
- delcells "026-1_25_32"; setcells "026-1", 25, 32, 25, 32, 1, "026-1_25_32";
+ setcells "026-1", 25, 32, 25, 32, 1, "026-1_25_32";
if ($@DATA_0261[14])
- delcells "026-1_30_32"; setcells "026-1", 30, 32, 30, 32, 1, "026-1_30_32";
+ setcells "026-1", 30, 32, 30, 32, 1, "026-1_30_32";
setnpcdisplay "#026-1_24_28", NPC_SWITCH_ONLINE;
setnpcdisplay "#026-1_26_28", NPC_SWITCH_ONLINE;
setnpcdisplay "#026-1_62_28", NPC_SWITCH_ONLINE;