Thread: Taint Classic
View Single Post
10-22-19, 03:58 PM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
What you're doing to DebuffTypeColor is causing the taint. That is Blizzard's table and the very first line of your code is basically deleting it. Changing the values could also taint it. An example of this is the blue shaman addon, which touches the RAID_CLASS_COLORS table, which taints all the raid frames.
  Reply With Quote