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:
parent
f7fa729e23
commit
a6c4520cb8
@ -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]
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user