diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-15 19:45:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-15 19:45:56 -0300 |
commit | 0a54b46108c2a17162f80f511c5604138d1b416a (patch) | |
tree | 53cc69e9476152b07f8d32c6b0416e05f2bbdf72 /npc | |
parent | ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1 (diff) | |
download | serverdata-0a54b46108c2a17162f80f511c5604138d1b416a.tar.gz serverdata-0a54b46108c2a17162f80f511c5604138d1b416a.tar.bz2 serverdata-0a54b46108c2a17162f80f511c5604138d1b416a.tar.xz serverdata-0a54b46108c2a17162f80f511c5604138d1b416a.zip |
Yay, a new town without quests! \o/r13_20210115
Just what we needed, I'm sure
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; } |