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