Skip to content

Commit f84e83b

Browse files
committed
fix(Balance): Fix KotG trinket usage
1 parent cddc094 commit f84e83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HeroRotation_Druid/Balance.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ local function KOTGPreCD()
453453
end
454454
end
455455
-- use_items,if=buff.ca_inc.up|fight_remains<15
456-
if Settings.Commons.Enabled.Trinkets or Settings.Commons.Enabled.Items then
456+
if (Settings.Commons.Enabled.Trinkets or Settings.Commons.Enabled.Items) and (CAIncBuffUp or BossFightRemains < 15) then
457457
local ItemToUse, ItemSlot, ItemRange = Player:GetUseableItems(OnUseExcludes)
458458
if ItemToUse then
459459
local DisplayStyle = Settings.CommonsDS.DisplayStyle.Trinkets

0 commit comments

Comments
 (0)