Skip to content

Commit

Permalink
Update ArmyArchMageBossItems.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 3, 2024
1 parent dd4daa9 commit 1288854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Army/Various/ArmyArchMageBossItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void ArmyKillMonster(string map, string cell, int MonID, string item, int
Core.Join(map);
Army.waitForPartyCell(cell, playerCount: Army.Players().Count());

Monster mon = Bot.Monsters.MapMonsters.FirstOrDefault(x => x != null && x.MapID == MonID);
Monster mon = Bot.Monsters.MapMonsters.FirstOrDefault(x => x != null && x.ID == MonID);

if (!isTemp)
Core.AddDrop(item);
Expand Down

0 comments on commit 1288854

Please sign in to comment.