View Single Post
12-28-14, 05:23 PM   #7
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
correct, all he needs is the arg1 == check, not the event check.

if arg1 == "cBuffs" then

instead of

if event == "ADDON_LOADED" and arg1 == "cBuffs" then
  Reply With Quote