From a post a few months ago:
Ya me also line 2322 or something, I think I going into it and disable it I dont know what it does though lol ... but seeing its giving error whatever it does isnt being done anyways. Just search for a "lua editor" and it will count the lines for you and just go in and delete the command at that line.
its in the Addons Macaroon Macaroon_buttons.lua file
Here is the line:
if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then
self.updateicon = true
Here is the error
Interface\AddOns\Macaroon\Macaroon_Butons.lua:2322 : bad argument #1 to 'lower' (string expected, got nil)
you can pass that infos on to maul
Im changing:
if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then
self.updateicon = true
end
to:
self.updateicon = true
in my copy
seems to work ok after that fix.
Whats happeneing is that the 2322 error is back (addon causing to many errors close or ignor) cause we downloading the new macaroon and it dosnt have our fix in it.
Connect With Us