FIFTH AFTER ROLLBACK: mob rune and contract work updated correctly

This commit is contained in:
2024-06-02 22:02:19 -05:00
parent 737da1bf14
commit 1798a8f170
+2 -1
View File
@@ -99,7 +99,8 @@ public enum LootManager {
}
private static void RunBootySet(ArrayList<BootySetEntry> entries, Mob mob) {
mob.runeCounter++;
mob.contractCounter++;
float dropRate = NORMAL_DROP_RATE;
//roll the geenric world drop table
if(mob.parentZone.getSafeZone() == 0) {