View Single Post
11-22-15, 03:21 PM   #8
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
After a few hours of print debugging, I was able to elucidate the issue. Now I just need to perform archaeology skill checks on login and some other non critical stuff.

When I looked at your code, your "solve button" utilized a blizzard_archaeology template, which I believe is a secure button. Quite literally, if I take out the secure template in my button creation, it'll taint when I try to solve. Setting the secure template back in and reloading fixes the taint.

But all that's fixed!

Thanks for writing your addon so I could learn! And thank you for both of your replies!
  Reply With Quote