From ae11f0b3df8bf09572005887ccf26db5f39d9310 Mon Sep 17 00:00:00 2001 From: ph34rt3hcute1 Date: Fri, 23 Aug 2024 11:02:29 -0400 Subject: [PATCH] System - Actual fix per NN --- Unlockers/nn.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Unlockers/nn.lua b/Unlockers/nn.lua index e869fbc75..7ae63d0eb 100644 --- a/Unlockers/nn.lua +++ b/Unlockers/nn.lua @@ -313,11 +313,7 @@ function br.unlock:NNUnlock() b.InteractUnit = b.ObjectInteract b.GetDistanceBetweenPositions = Distance b.GetDistanceBetweenObjects = Distance - -b.RunMacroText = function(macro) - return Unlock("C_Macro[\"RunMacroText\"]("..macro..")", "") -end - + b.RunMacroText = RunMacroText b.CastSpellByName = function(spellName, unit) if unit == nil then return CastSpellByName(spellName) end --b.print("No unit provided to CastSpellByName") end