View Single Post
10-12-16, 06:13 PM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
I can confirm it can happen in combat with just this snippet
Lua Code:
  1. DefaultCompactNamePlateFriendlyFrameOptions.useClassColors = true

taintLog (apparently same as the error log)
Code:
Interface\FrameXML\CompactUnitFrame.lua:372 CompactUnitFrame_UpdateHealthColor()
An action was blocked in combat because of taint from Test - SetTargetClampingInsets()
    Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:221 NamePlateDriverFrame:SetupClassNameplateBars()
    Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:74 NamePlateDriverFrame:OnNamePlateAdded()
    Interface\AddOns\Blizzard_NamePlates\Blizzard_NamePlates.lua:38

No idea really what is happening now, with the 7.1 nameplate changes as explained by zork :s

Last edited by Ketho : 10-12-16 at 06:21 PM.