diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 10:18:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 10:18:24 -0300 |
commit | 2662315eafe011af39452d665c74ad810908772e (patch) | |
tree | 19e4b4e9bbf985cacf586a273feaec894646881d /npc/019-2/guards.txt | |
parent | 450f374399fa5e60f15acb5044a4b9b515acb011 (diff) | |
download | serverdata-2662315eafe011af39452d665c74ad810908772e.tar.gz serverdata-2662315eafe011af39452d665c74ad810908772e.tar.bz2 serverdata-2662315eafe011af39452d665c74ad810908772e.tar.xz serverdata-2662315eafe011af39452d665c74ad810908772e.zip |
[skip ci] GM Override
Diffstat (limited to 'npc/019-2/guards.txt')
-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 { |