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
This commit is contained in:
Playtester 2006-06-14 17:37:39 +00:00
parent f7fa729e23
commit a6c4520cb8
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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;