summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index cd3efdb61..3981af010 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -60,6 +60,7 @@ function script FTCleanup {
enablenpc "The Impregnable Fortress";
enablenpc "#025-3_100_179";
donpcevent "#025-1_99_112::OnDisable";
+ deletearray $@FORT_BLACKLIST;
} else {
hideoffnpc "Gate#F";
disablenpc "Yuko";
@@ -78,7 +79,6 @@ function script FTCleanup {
donpcevent "#025-1_99_112::OnEnable";
mapwarp("025-1", "025-2", 100, 27);
}
- deletearray $@FORT_BLACKLIST;
enablenpc "#025-1_100_123";
return;
}