- Fixed a couple of places that I forgot to declare the variable _ as a local which was causing taint due to Blizzard also forgetting to declare _ as a global in the glyph frame.

This commit is contained in:
Parnic
2012-08-29 02:52:21 +00:00
parent 309c4ec09c
commit c60a44ee94
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ end
function IceTargetInfo.prototype:Enable(core)
IceTargetInfo.super.prototype.Enable(self, core)
local _
_, self.playerClass = UnitClass("player")
if IceHUD.IceCore:ShouldUseDogTags() then