diff options
-rw-r--r-- | npc/025-1/ctrl.c | 2 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 1 |
2 files changed, 2 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; } diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index ff2f218ec..1e833b1c1 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -95,6 +95,7 @@ OnHour22: OnHour23: OnInit: ScoreboardsReload(); + deletearray $@FORT_BLACKLIST; end; } |