FIFTH AFTER ROLLBACK: mob rune and contract work updated correctly
This commit is contained in:
@@ -99,7 +99,8 @@ public enum LootManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void RunBootySet(ArrayList<BootySetEntry> entries, Mob mob) {
|
private static void RunBootySet(ArrayList<BootySetEntry> entries, Mob mob) {
|
||||||
|
mob.runeCounter++;
|
||||||
|
mob.contractCounter++;
|
||||||
float dropRate = NORMAL_DROP_RATE;
|
float dropRate = NORMAL_DROP_RATE;
|
||||||
//roll the geenric world drop table
|
//roll the geenric world drop table
|
||||||
if(mob.parentZone.getSafeZone() == 0) {
|
if(mob.parentZone.getSafeZone() == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user