summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/skills/swordman_skills.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index ce8c1826d..b048fbded 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -37,6 +37,7 @@ Musashiden
Date Added
======
06/14
+ * Fixed Job Level requirement for Auto-Berserk [Playtester]
* Fixed some experience gained bugs in two scripts. [MasterOfMuppets]
- Also fixed a major problem in the level 4 weapon quest, thanks to Qwadrat.
* Fixed an exploit in the comodo gambling script, thanks to reddozen [MasterOfMuppets]
diff --git a/npc/quests/skills/swordman_skills.txt b/npc/quests/skills/swordman_skills.txt
index f91d41b33..cfb0f8f02 100644
--- a/npc/quests/skills/swordman_skills.txt
+++ b/npc/quests/skills/swordman_skills.txt
@@ -278,7 +278,7 @@ L_Other:
close;
L_Start:
- if (baseClass == Job_Swordman && JobLevel<34) goto L_LowLvl;
+ if (baseClass == Job_Swordman && JobLevel<30) goto L_LowLvl;
if (BERSERK == 1) goto L_Check;
if (getskilllv(146)>0) goto L_GotSkill;