Results: 1Comments by: Ganoran
File: HatTrick01-02-11
The reason for the errors is that i...
Posted By: Ganoran
The reason for the errors is that it's using "self" in the functions, and that's no longer allowed. I don't know why this wasn't fixed when the .toc was updated. To fix it, replace the "self" calls with the name of the check box that's being created; i.e. GameTooltip:SetOwner(HelmCheckBox, "ANCHOR_RIGHT") instead of GameTooltip:SetOw...