Skip to content

Commit

Permalink
System - Actual fix per NN
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne authored Aug 23, 2024
1 parent efae18d commit ae11f0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Unlockers/nn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae11f0b

Please sign in to comment.