From 3038403cd4f0ea1687e2382407fa9183a796e18a Mon Sep 17 00:00:00 2001 From: d87 Date: Thu, 5 Sep 2024 06:57:58 +0700 Subject: [PATCH] More TWW Bugfixes --- NugRunning.lua | 1 + special.lua | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NugRunning.lua b/NugRunning.lua index 9c771ef..7bd7747 100644 --- a/NugRunning.lua +++ b/NugRunning.lua @@ -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 diff --git a/special.lua b/special.lua index b8a3408..3e01023 100644 --- a/special.lua +++ b/special.lua @@ -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