summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index c5cc466a7..ca6919961 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -8,7 +8,7 @@
.@q=getq(HurnscaldQuest_Lieutenant);
.@k=getq2(HurnscaldQuest_Lieutenant);
// The Monster King guild have a special menu
- if (!$HURNS_LIBDATE && is_admin()) goto L_Admus;
+ if (!$HURNS_LIBDATE && is_master()) goto L_Admus;
if (strcharinfo(2) == "Monster King") goto L_MKControl;
mesn;
mesq l("We are @@ since the last great attack from the Monster King.", FuzzyTime($HURNS_LIBDATE,1,2));