Changed max fish level.
Contributed by darky999.
This commit is contained in:
parent
674bbde75c
commit
efa6669a4b
@ -12229,9 +12229,9 @@ public final class L2PcInstance extends L2Playable
|
||||
else
|
||||
{
|
||||
randomlvl = skilllvl + 1;
|
||||
if (randomlvl > 27)
|
||||
if (randomlvl > 35)
|
||||
{
|
||||
randomlvl = 27;
|
||||
randomlvl = 35;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user