Browse Source

resource stacking bug

lakebane-master
FatBoy-DOTC 8 months ago
parent
commit
3b179a5703
  1. 2
      src/engine/gameManager/LootManager.java

2
src/engine/gameManager/LootManager.java

@ -101,7 +101,7 @@ public enum LootManager { @@ -101,7 +101,7 @@ public enum LootManager {
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());
DispatchMessage.dispatchMsgToAll(chatMsg);
}
if (ib.isDiscRune()){
if (ib.isDiscRune() && mob.level < 60){
mob.level = 60;
mob.healthMax = 7500;
mob.setHealth(7500);

Loading…
Cancel
Save