Skip to content

Commit

Permalink
kel frost blast
Browse files Browse the repository at this point in the history
  • Loading branch information
xorann committed Jun 25, 2018
1 parent 8e80722 commit fe918a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/FrostBlast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ function BigWigsFrostBlast:FrostBlastEvent(msg)
if name and verb then
if name == L["misc_you"] and verb == L["misc_are"] then
--self:Sync(syncName.frostblast .. " " .. UnitName("player"))
self:AddFrostBlastTarget(UnitName("player"))
BigWigsFrostBlast:AddFrostBlastTarget(UnitName("player"))
else
--self:Sync(syncName.frostblast .. " " .. name)
self:AddFrostBlastTarget(name)
BigWigsFrostBlast:AddFrostBlastTarget(name)
end
end
end
Expand Down
3 changes: 3 additions & 0 deletions ServerProjects/Classic-WoW/Raids/Naxxramas/Kelthuzad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ end
function module:OnDisengage()
self:RemoveProximity()

self:RemoveBar(string.format(L["bar_add"], module.numAbominations, "Unstoppable Abomination"))
self:RemoveBar(string.format(L["bar_add"], module.numWeavers, "Soul Weaver"))

BigWigsFrostBlast:FBClose()
end

Expand Down

0 comments on commit fe918a5

Please sign in to comment.