View Single Post
09-25-07, 02:24 PM   #12
meio
A Cobalt Mageweaver
 
meio's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 200
I'm at work and so unable to test anything at the moment, but as a quick fix for the ContextMenu errors you should be able to do a find and replace on the file Interface\AddOns\MazzleUI\CustomLibs\ContextMenu.lua search for the string (without quotes) "self:assert" and replace with "assert". I believe that should fix the errors for the ContextMenu, but anything past that will have to be looked at tonight or tomorrow.

Edit: In fact, the asserts most likely should be able to just be commented out. But again, I'm not able to test anything until later.

Last edited by meio : 09-25-07 at 02:27 PM.
  Reply With Quote