diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index e0b4f693d..a2c429a10 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -601,7 +601,7 @@ OnInit: // Begin Siege OnMKSiege: OnStartSiege: - kamibroadcast(col("WARNING! WARNING! Monster Army marching towards Hurnscald!!",1)); + kamibroadcast(col("WARNING! WARNING! Monster Army is moving towards Hurnscald!!",1)); do_siege("012-1", "014-3", "HURNS", TP_HURNS, .name$, .siegetime); initnpctimer; end; |