Skip to content

Commit

Permalink
More TWW Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 4, 2024
1 parent cc91313 commit 3038403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NugRunning.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ local gettimer = function(self,spellID,dstGUID,timerType)
end
local IsPlayerSpell = IsPlayerSpell
local GetSpellInfo = helpers.GetSpellInfo
local GetSpellTexture = helpers.GetSpellTexture
local string_sub = string.sub
local GetSpellCooldown = GetSpellCooldown or C_Spell.GetSpellCooldown
local GetSpellCharges = GetSpellCharges or C_Spell.GetSpellCharges
Expand Down
2 changes: 2 additions & 0 deletions special.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ local APILevel = math.floor(select(4,GetBuildInfo())/10000)
local active = NugRunning.active
local free = NugRunning.free
local UnitGUID = UnitGUID
local GetSpellInfo = helpers.GetSpellInfo
local GetSpellTexture = helpers.GetSpellTexture

local function Warrior_Rampage()
local rampageID = 184367
Expand Down

0 comments on commit 3038403

Please sign in to comment.