Enhanced/NamePlates: remove. Not needed

This commit is contained in:
andrew6180
2023-05-31 15:41:31 -07:00
parent 1fbdc4f542
commit cbaf9f0bb3
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -998,7 +998,7 @@ do
end
do
local gold, silver = '|A:nameplates-icon-elite-gold:16:16|a', '|A:nameplates-icon-elite-silver:16:16|a'
local gold, silver = CreateAtlasMarkup("nameplates-icon-elite-gold", 0.4, 0, 0), CreateAtlasMarkup("nameplates-icon-elite-silver", 0.4, 0, 0)
local typeIcon = { elite = gold, worldboss = gold, rareelite = silver, rare = silver }
E:AddTag('classification:icon', 'UNIT_NAME_UPDATE', function(unit)
if UnitIsPlayer(unit) then return end