mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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:
@ -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
|
||||
|
Reference in New Issue
Block a user