Skip to content

Commit

Permalink
Fix some tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 30, 2024
1 parent ccadb6a commit 65af04e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Legion/BlackRookHold/AmalgamOfSouls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ function mod:OnEngage()
end

function mod:OnWin()
local trashMod = BigWigs:GetBossModule("Black Rook Hold Trash", true)
if trashMod then
trashMod:Enable()
trashMod:AmalgamOfSoulsDefeated()
end
local trashMod = BigWigs:GetBossModule("Black Rook Hold Trash", true)
if trashMod then
trashMod:Enable()
trashMod:AmalgamOfSoulsDefeated()
end
end

--------------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions WoD/TheEverbloom/ArchmageSol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ function mod:OnEngage()
end

function mod:OnWin()
local trashMod = BigWigs:GetBossModule("The Everbloom Trash", true)
if trashMod then
trashMod:Enable()
trashMod:ArchmageSolDefeated()
end
local trashMod = BigWigs:GetBossModule("The Everbloom Trash", true)
if trashMod then
trashMod:Enable()
trashMod:ArchmageSolDefeated()
end
end

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 65af04e

Please sign in to comment.