diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:00:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:00:46 -0300 |
commit | 1a6ad298ae81c1c0975e9c23c32b47101799332a (patch) | |
tree | 989e27fbaa07f032d0ad940bf1ad44e48184472e | |
parent | 26beec864f710dc68df8653ac24afdd398b1fcff (diff) | |
download | serverdata-1a6ad298ae81c1c0975e9c23c32b47101799332a.tar.gz serverdata-1a6ad298ae81c1c0975e9c23c32b47101799332a.tar.bz2 serverdata-1a6ad298ae81c1c0975e9c23c32b47101799332a.tar.xz serverdata-1a6ad298ae81c1c0975e9c23c32b47101799332a.zip |
NOTE: Nivalis Liberation Day should be auto-scheduled
-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 04ca49117..496285ca9 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -19,7 +19,7 @@ if (BaseLevel < 30) goto L_Noob; if (BaseLevel >= 30) goto L_Veteran; close; - } else if (is_admin()) { + } else if (is_gm()) { // TODO: Auto-schedule Liberation Day mesc "Initiate Nivalis Liberation Day?", 1; mesc "Event will last 7 days.", 1; select |