summaryrefslogtreecommitdiff
path: root/npc/commands/super-menu.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-30 18:44:47 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-30 18:44:47 -0300
commit683d35b6ccc46b54b757d97a61ecf80e1066ea1b (patch)
tree3e0bfec97a7967d9f62337687ac895d6a0ace254 /npc/commands/super-menu.txt
parent2875ca5d8b59ac9204da51be71cefa7457f5f2ab (diff)
downloadserverdata-683d35b6ccc46b54b757d97a61ecf80e1066ea1b.tar.gz
serverdata-683d35b6ccc46b54b757d97a61ecf80e1066ea1b.tar.bz2
serverdata-683d35b6ccc46b54b757d97a61ecf80e1066ea1b.tar.xz
serverdata-683d35b6ccc46b54b757d97a61ecf80e1066ea1b.zip
Don't take for granted guild 1 is, indeed, Monster King guild
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r--npc/commands/super-menu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index a56465d54..80c5b7d46 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -17,7 +17,7 @@ function script SuperMenu {
l("Scheduled broadcasts"),
rif(is_admin(), l("MOTD")),
rif(is_gm(), l("Event management")),
- rif(is_admin(), l("Join Monster King Guild")),
+ rif(is_admin(), l("Join Guild: @@", getguildname(1))),
l("Debug");
switch (@menu)