View Single Post
05-31-21, 08:13 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Code:
ToggleWarlockCheckbox:SetScript("OnClick", CheckBox_OnClick)
While there are possible possabilities, the CheckBox_OnClick function from the line above doesn't seem to exist in the code you posted. You might be updating another addon or something in the Blizzard UI with the code as it stands.

If you do have a function called CheckBox_OnClick somewhere and it's global then, being such a generic name, it might have been overwritten by another addon that accidently included a global function called CheckBox_OnClick so, same result as above.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 05-31-21 at 08:36 PM.
  Reply With Quote