diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ce8c1826d3..b048fbded5 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 f91d41b333..cfb0f8f024 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;