Fixed pets getting exp based on what their level is instead of the exp they received
This commit is contained in:
@@ -29,6 +29,6 @@ public class MyPetListener implements Listener {
|
||||
return;
|
||||
|
||||
Booster booster = myPetBooster.get();
|
||||
event.setExp(booster.useMultiplier(exp));
|
||||
event.setExp(booster.useMultiplier(event.getExp()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user