From 63819625ca347a6ab640c1f4c655b87f11142067 Mon Sep 17 00:00:00 2001 From: Horatio Date: Sun, 29 Oct 2023 17:42:42 -0300 Subject: [PATCH] Removed a conditional check --- sim/core/item_swaps.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/sim/core/item_swaps.go b/sim/core/item_swaps.go index f7fca3be32..dfd8e23338 100644 --- a/sim/core/item_swaps.go +++ b/sim/core/item_swaps.go @@ -191,9 +191,6 @@ func (swap *ItemSwap) getItemStats(item Item) stats.Stats { func (swap *ItemSwap) swapWeapon(slot proto.ItemSlot) { character := swap.character - if !character.AutoAttacks.AutoSwingMelee() && !character.AutoAttacks.AutoSwingRanged() { - return - } switch slot { case proto.ItemSlot_ItemSlotMainHand: