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.


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.