View Single Post
12-28-14, 04:48 PM   #5
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
Originally Posted by cokedrivers View Post
if event == "ADDON_LOADED" and arg1 == "cBuffs" then
you only have the frame registered to addon_loaded so the only event that can cause the script to fire is addon_loaded, thus making the initial part of this two part if check, redundant and unncessary.
  Reply With Quote