Skip to content

Commit

Permalink
feat(Marksmanship): Minor structure change
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Aug 4, 2024
1 parent 5406f72 commit 15cb2cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions HeroRotation_Hunter/Marksmanship.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ local Player = Unit.Player
local Target = Unit.Target
local Pet = Unit.Pet
local Spell = HL.Spell
local MultiSpell = HL.MultiSpell
local Item = HL.Item
-- HeroRotation
local HR = HeroRotation
Expand All @@ -22,14 +21,9 @@ local AoEON = HR.AoEON
-- Num/Bool Helper Functions
local num = HR.Commons.Everyone.num
local bool = HR.Commons.Everyone.bool
-- lua
local GetTime = GetTime
-- File Locals
local Hunter = HR.Commons.Hunter

--- ============================ CONTENT ===========================
--- ======= APL LOCALS =======
-- luacheck: max_line_length 9999

-- Define S/I for spell and item arrays
local S = Spell.Hunter.Marksmanship
Expand All @@ -45,6 +39,7 @@ local OnUseExcludes = {

--- ===== GUI Settings =====
local Everyone = HR.Commons.Everyone
local Hunter = HR.Commons.Hunter
local Settings = {
General = HR.GUISettings.General,
Commons = HR.GUISettings.APL.Hunter.Commons,
Expand Down

0 comments on commit 15cb2cd

Please sign in to comment.