Skip to content

Commit

Permalink
fix(Marksmanship): Remove duplicate trinket definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Aug 4, 2024
1 parent 15cb2cd commit 7138ddc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HeroRotation_Hunter/Marksmanship.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ local Settings = {
Marksmanship = HR.GUISettings.APL.Hunter.Marksmanship
}

-- Trinket Item Objects
local Equip = Player:GetEquipment()
local Trinket1 = (Equip[13]) and Item(Equip[13]) or Item(0)
local Trinket2 = (Equip[14]) and Item(Equip[14]) or Item(0)

--- ===== Rotation Variables =====
local VarCAExecute = Target:HealthPercentage() > 70 and S.CarefulAim:IsAvailable()
local VarTrueshotReady = false
Expand Down

0 comments on commit 7138ddc

Please sign in to comment.