summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-15 19:45:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-15 19:45:56 -0300
commit0a54b46108c2a17162f80f511c5604138d1b416a (patch)
tree53cc69e9476152b07f8d32c6b0416e05f2bbdf72
parentffd7b573c0d4d0ebd4b3981fb9e867718a5849d1 (diff)
downloadserverdata-r13_20210115.tar.gz
serverdata-r13_20210115.tar.bz2
serverdata-r13_20210115.tar.xz
serverdata-r13_20210115.zip
Yay, a new town without quests! \o/r13_20210115
Just what we needed, I'm sure
-rw-r--r--npc/025-1/ctrl.c3
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;
}