mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Fix whitespace
This commit is contained in:
22
IceCore.lua
22
IceCore.lua
@ -329,18 +329,18 @@ function IceCore.prototype:Enable(userToggle)
|
|||||||
local _,subevent,_,_,_,_,_,_,destName,_,_,spellId = CombatLogGetCurrentEventInfo()
|
local _,subevent,_,_,_,_,_,_,destName,_,_,spellId = CombatLogGetCurrentEventInfo()
|
||||||
|
|
||||||
if subevent == "SPELL_AURA_APPLIED" then
|
if subevent == "SPELL_AURA_APPLIED" then
|
||||||
if destName == UnitName("player") then
|
if destName == UnitName("player") then
|
||||||
if IceCore.zmPuzzleMap[spellId] then
|
if IceCore.zmPuzzleMap[spellId] then
|
||||||
self:Hide()
|
self:Hide()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif subevent == "SPELL_AURA_REMOVED" then
|
elseif subevent == "SPELL_AURA_REMOVED" then
|
||||||
if destName == UnitName("player") then
|
if destName == UnitName("player") then
|
||||||
if IceCore.zmPuzzleMap[spellId] then
|
if IceCore.zmPuzzleMap[spellId] then
|
||||||
self:Show()
|
self:Show()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user