diff options
Diffstat (limited to 'npc/003-1/quirino.txt')
-rw-r--r-- | npc/003-1/quirino.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index dbc88e2e5..2e78ebd36 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -200,8 +200,8 @@ L_Hub: // Main Control menu. Not using l() on purpose. select - rif($@EQ_STATUS == 0 && (getmapusers("001-8") >= 3 || $@GM_OVERRIDE) && is_admin(), "Start Event at once!"), - rif($@EQ_STATUS == 1 && is_admin(), "Send wave of items and monsters!"), + rif($@EQ_STATUS == 0 && (getmapusers("001-8") >= 3 || $@GM_OVERRIDE) && is_gm(), "Start Event at once!"), + rif($@EQ_STATUS == 1 && is_master(), "Send wave of items and monsters!"), rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join Event"), rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join & Start Event Now"), "I'm done."; |