diff options
Diffstat (limited to 'npc/003-0/paladin.txt')
-rw-r--r-- | npc/003-0/paladin.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index 37a70b58b..3cef867d9 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -5,8 +5,10 @@ // 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; @@ -166,7 +168,7 @@ L_Member: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); - setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); + setunitdata(.@npcId, UDT_HEADMIDDLE, GoldenWarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, JeansChaps); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); |