diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 7f6bae7ce..be2f088b4 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -87,7 +87,7 @@ L_Veteran: close; L_MK: - if (gettime(3) != 18) { + if (gettime(3) != 18 && !$@GM_OVERRIDE) { mesn; mesq l("Today at 16:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there."); } else { |