От 4.0.3 версии, 345-355 строки:PHP код:
local a = CreateFrame("Frame")
a:SetScript("OnEvent", function(self, event)
if(event=="PLAYER_LOGIN") then
SetCVar("ShowClassColorInNameplate",1)--1
-- SetCVar("bloattest",0)--0.0
-- SetCVar("bloatnameplates",0)--0.0
-- SetCVar("spreadnameplates",0)--1
-- SetCVar("bloatthreat",0)--1
self:SetScript("OnUpdate", searchNamePlates)
end
end)