浏览代码

Fixed Job Level requirement for Auto-Berserk

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7165 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 年之前
父节点
当前提交
a6c4520cb8
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/quests/skills/swordman_skills.txt

+ 1 - 0
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]

+ 1 - 1
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;