blood rune boot issue

This commit is contained in:
2024-07-18 19:18:51 -05:00
parent 511d37f5e0
commit 1246fa699a
+1 -1
View File
@@ -79,7 +79,7 @@ public enum LootManager {
//iterate the booty sets
if (mob.getMobBase().bootySet != 0 && _bootySetMap.containsKey(mob.getMobBase().bootySet))
if (mob.getMobBaseID() != 253003 && mob.getMobBase().bootySet != 0 && _bootySetMap.containsKey(mob.getMobBase().bootySet))
RunBootySet(_bootySetMap.get(mob.getMobBase().bootySet), mob, inHotzone);
if (mob.bootySet != 0 && _bootySetMap.containsKey(mob.bootySet)) {