summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0/paladin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt
index 38dfbd7cf..5b0c827fb 100644
--- a/npc/003-0/paladin.txt
+++ b/npc/003-0/paladin.txt
@@ -5,6 +5,8 @@
// Leader of the PALADIN class
003-0,34,37,0 script Paladin Master NPC_PLAYER,{
+ if (!is_staff())
+ goto L_Close;
if (!(MAGIC_SUBCLASS & CL_PALADIN))
goto L_SignUp;
goto L_Member;