Results: 1Comments by: Vannav
File: KillTheHealer!05-08-11
They changed the structure of the n...
Posted By: Vannav
They changed the structure of the nameplate in 4.1 so update line 15: if frame:GetName() then to: if not( frame:GetName() and strsub(frame:GetName(), 1, 9 ) == "NamePlate" ) then and line 32: local glowRegion, overlayRegion, castbarOverlay, shieldedRegion, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion,...