when using my addons with WoD BETA or PTR, all cooldowns on addon buttons are displayed white.
The graphics on the blizzard action buttons are black. My Addons (e.g. MistWeaver) use the CooldownFrameTemplate in the same way as the blizzard action buttons.
All cool downs work fine (black) on the live servers.
Does anyone have the same problem? How can i change the color to black?
when using my addons with WoD BETA or PTR, all cooldowns on addon buttons are displayed white.
The graphics on the blizzard action buttons are black. My Addons (e.g. MistWeaver) use the CooldownFrameTemplate in the same way as the blizzard action buttons.
All cool downs work fine (black) on the live servers.
Does anyone have the same problem? How can i change the color to black?
Thanks
Nirriti
cooldown:SetEdgeTexture("Interface\\Cooldown\\edge");
cooldown:SetSwipeColor(0, 0, 0);
cooldown.currentCooldownType = COOLDOWN_TYPE_NORMAL;