From 81e9cbc27146be24dc98acda00d9f57885398efb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 22:55:30 -0300 Subject: Restrict Paladin Class Master until it is complete --- npc/003-0/paladin.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50