View Single Post
08-12-10, 09:54 AM   #3
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
you should make frame local
Code:
local frame = CreateFrame("Frame")
It won't make your addon run, but it will stop you injecting a commonly named item into the global namespace.
  Reply With Quote