|
@@ -437,7 +437,7 @@ public class FishingManager extends SkillManager {
|
|
|
}
|
|
|
|
|
|
Misc.dropItem(target.getLocation(), drop);
|
|
|
- CombatUtils.dealDamage(target, Math.max(target.getMaxHealth() / 4, 1)); // Make it so you can shake a mob no more than 4 times.
|
|
|
+ CombatUtils.dealDamage(target, Math.max(target.getMaxHealth() / 4, 1), getPlayer()); // Make it so you can shake a mob no more than 4 times.
|
|
|
applyXpGain(ExperienceConfig.getInstance().getFishingShakeXP(), XPGainReason.PVE);
|
|
|
}
|
|
|
}
|