Mob equipment drops once more, including vorg with proper chance

This commit is contained in:
2023-04-23 22:07:54 -05:00
parent f24605735e
commit 620fad57fe
3 changed files with 23 additions and 16 deletions
+2 -1
View File
@@ -1270,7 +1270,8 @@ public class Mob extends AbstractIntelligenceAgent {
//cleanup effects
playerAgroMap.clear();
if (!this.isPlayerGuard && this.equip != null) LootManager.GenerateMobLoot(this, true);
if (!this.isPlayerGuard && this.equip != null)
LootManager.GenerateMobLoot(this, true);
}
try {