diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 22:55:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 22:55:30 -0300 |
commit | 81e9cbc27146be24dc98acda00d9f57885398efb (patch) | |
tree | 92c841c4a76f2acc71d575234ab5c01efbdcadcd | |
parent | 13e4ba97fb388f594e3e2c186671a756be13edcc (diff) | |
download | serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.gz serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.bz2 serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.tar.xz serverdata-81e9cbc27146be24dc98acda00d9f57885398efb.zip |
Restrict Paladin Class Master until it is complete
-rw-r--r-- | npc/003-0/paladin.txt | 2 |
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; |