diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/ctrl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index dcc5b7a31..3a0ec66fd 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -17,7 +17,6 @@ // 4096 - Governor was spawned // $@FORT_BLACKLIST = int array // Char ID which already raided this week -// TODO: NPCs from inside: Bank. Barber. Aeros Shop. Etc. // MAPFLAGS 025-1 mapflag zone SuperMMO @@ -199,7 +198,7 @@ OnTimer30000: // Fail condition if (.@ppl <= 0) { - kamibroadcast("Players failed to conquest the Fortress Island!"); + kamibroadcast("Players failed to conquer the Fortress Island!"); FTCleanup($FORTRESS_STATE); end; } |