summaryrefslogtreecommitdiff
path: root/npc/026-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-17 15:03:48 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-17 15:03:48 -0300
commit7cf1af75b5dce44c2435d00000e228d32a190819 (patch)
treed18f7794fefb61ad0a0d1f0f1d168173c46cef2c /npc/026-1
parent52a3bf142ee0dfbe47dc9222d19086948f7c47bb (diff)
downloadserverdata-7cf1af75b5dce44c2435d00000e228d32a190819.tar.gz
serverdata-7cf1af75b5dce44c2435d00000e228d32a190819.tar.bz2
serverdata-7cf1af75b5dce44c2435d00000e228d32a190819.tar.xz
serverdata-7cf1af75b5dce44c2435d00000e228d32a190819.zip
Fix bad code
Diffstat (limited to 'npc/026-1')
-rw-r--r--npc/026-1/ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index db859266f..269ab6ba5 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -107,6 +107,7 @@ function script 0261_CheckReset {
026-1,29,76,0 script Important Note#B1F NPC_NO_SPRITE,{
function noteBegin;
if ($@DATA_0261[12]) end;
+ if (getq(General_Fortress) > 2) end;
if (getq2(General_Fortress) == 0) noteBegin();
mesc l("Flip the manaplace?"), 1;
next;