diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index e32fe4c4f..605eae26b 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -393,7 +393,7 @@ function script GlobalEventMenu { l("Drop Rate management"), l("Reset Crazyfefe Fight"), l("Change Season Event"), - rif(is_admin(), l("Spawn customized boss")), + rif(is_gm(), l("Spawn customized boss")), rif(getarg(0,0), menuimage("actions/home", l("Return to Super Menu"))), l("Close"); |