You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localspellNameConjureRefreshment=GetSpellInfo(190336) orGetSpellInfo(42955) or"Conjure Refreshment"; -- get Localized Spell Name or just use Conjure Refreshment if nothing found
56
-
localTaintableDelayedEvent=false;
57
-
localMageIsInWorld=false;
58
-
localforceUpdate=false;
59
-
localBestMageFoodInBag=0;
51
+
localGetSpellName=C_SpellandC_Spell.GetSpellNameorGetSpellInfo-- backward compatibility if needed?
52
+
localspellNameConjureRefreshment=GetSpellName(190336) orGetSpellName(42955) or"Conjure Refreshment" -- get Localized Spell Name or just use Conjure Refreshment if nothing found
53
+
localTaintableDelayedEvent=false
54
+
localMageIsInWorld=false
55
+
localforceUpdate=false
56
+
localBestMageFoodInBag=0
60
57
61
58
localfunctionIsTaintable()
62
59
return (InCombatLockdown() or (UnitAffectingCombat("player") orUnitAffectingCombat("pet")))
@@ -87,19 +84,19 @@ local function CreateOrUpdateMacro()
0 commit comments