View Single Post
10-06-15, 04:25 PM   #6
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
The error dialog is from UIParentLoadAddOn in UIParent.lua being called by the Arena_LoadUI function.

You could overwrite it like "Arena_LoadUI = function() end" and that would probably prevent the message, but don't put that in an addon that you plan on sharing with other people.
  Reply With Quote