summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 16:30:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 16:30:17 -0300
commite178c9256aa3a4da5fb759a6fef0115639d03817 (patch)
treef3c25e882300756099f4e86499237f3ac74f4148 /npc/003-0
parent052bde76bc2f97967a8ff10e73403edef7b0aaaf (diff)
downloadserverdata-e178c9256aa3a4da5fb759a6fef0115639d03817.tar.gz
serverdata-e178c9256aa3a4da5fb759a6fef0115639d03817.tar.bz2
serverdata-e178c9256aa3a4da5fb759a6fef0115639d03817.tar.xz
serverdata-e178c9256aa3a4da5fb759a6fef0115639d03817.zip
Silly typo...
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/berserk.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/003-0/berserk.txt b/npc/003-0/berserk.txt
index de90fbaee..c436d1c24 100644
--- a/npc/003-0/berserk.txt
+++ b/npc/003-0/berserk.txt
@@ -5,9 +5,7 @@
// Leader of the BERSERK class
003-0,34,45,4 script Ragger Master NPC_PLAYER,{
- if (!is_staff())
- goto L_Close;
- if (!(MAGIC_SUBCLASS & CL_BERSERK))
+ if (!(MAGIC_SUBCLASS & CL_BERSERKER))
goto L_SignUp;
goto L_Member;
@@ -23,7 +21,7 @@ L_SignUp:
if (askyesno() != ASK_YES)
close;
// TODO: Requeriment for signing up to a subclass? Or is the tier + skill quest hard enough?
- MAGIC_SUBCLASS=MAGIC_SUBCLASS|CL_BERSERK;
+ MAGIC_SUBCLASS=MAGIC_SUBCLASS|CL_BERSERKER;
mesn;
mesq l("Welcome to the berserker guild!");
close;