optimized equipment dropping system

This commit is contained in:
2023-08-21 19:36:46 -05:00
parent 8fb6c43c66
commit f636f4d2ec
2 changed files with 8 additions and 15 deletions
+2 -2
View File
@@ -1347,7 +1347,7 @@ public class Mob extends AbstractIntelligenceAgent {
playerAgroMap.clear();
if (!this.isPlayerGuard && this.equip != null)
LootManager.GenerateMobLoot(this, true);
LootManager.GenerateEquipmentDrop(this);
}
try {
@@ -1437,7 +1437,7 @@ public class Mob extends AbstractIntelligenceAgent {
if (isPlayerGuard)
return;
LootManager.GenerateMobLoot(this, false);
LootManager.GenerateMobLoot(this);
}
@Override