summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 22:55:30 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 22:55:30 -0300
commit81e9cbc27146be24dc98acda00d9f57885398efb (patch)
tree92c841c4a76f2acc71d575234ab5c01efbdcadcd /npc/003-0
parent13e4ba97fb388f594e3e2c186671a756be13edcc (diff)
downloadserverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.gz
serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.bz2
serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.xz
serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.zip
Restrict Paladin Class Master until it is complete
Diffstat (limited to 'npc/003-0')
-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;