Changed max fish level.

Contributed by darky999.
This commit is contained in:
MobiusDev
2015-05-19 21:13:50 +00:00
parent 674bbde75c
commit efa6669a4b

View File

@@ -12229,9 +12229,9 @@ public final class L2PcInstance extends L2Playable
else else
{ {
randomlvl = skilllvl + 1; randomlvl = skilllvl + 1;
if (randomlvl > 27) if (randomlvl > 35)
{ {
randomlvl = 27; randomlvl = 35;
} }
} }