Version "Whiny rogues who file feature requests as bugs"

This commit is contained in:
iceroth
2006-12-20 22:28:22 +00:00
parent 3b93a47442
commit 9e8f57c666
3 changed files with 9 additions and 3 deletions

View File

@ -690,7 +690,7 @@ function TargetInfo.prototype:TargetLevel(unit)
local color = GetDifficultyColor((self.level > 0) and self.level or 100)
if (self.level > 0) then
if (UnitIsPlusMob(target)) then
if (UnitClassification(target) == "elite") then
self.level = self.level .. "+"
end
else