Skip to content

Commit

Permalink
LiberationOfUndermine: Add possible RegisterEnableMobs for the drycod…
Browse files Browse the repository at this point in the history
…ed modules
  • Loading branch information
Justw8 committed Jan 9, 2025
1 parent ddf68a2 commit 6a38fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LiberationOfUndermine/Cauldron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if not BigWigsLoader.isTestBuild then return end

local mod, CL = BigWigs:NewBoss("Cauldron of Carnage", 2769, 2640)
if not mod then return end
-- mod:RegisterEnableMob(0)
mod:RegisterEnableMob(229181, 237230) -- Flarendo, Enric Torque -- Confirm on PTR
mod:SetEncounterID(3010)
mod:SetRespawnTime(30)

Expand Down
2 changes: 1 addition & 1 deletion LiberationOfUndermine/Stix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if not BigWigsLoader.isTestBuild then return end

local mod, CL = BigWigs:NewBoss("Stix Bunkjunker", 2769, 2642)
if not mod then return end
-- mod:RegisterEnableMob(0)
mod:RegisterEnableMob(230322) -- Stix Bunkjunker XXX Confirm on PTR
mod:SetEncounterID(3012)
mod:SetRespawnTime(30)

Expand Down
2 changes: 1 addition & 1 deletion LiberationOfUndermine/Vexie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if not BigWigsLoader.isTestBuild then return end

local mod, CL = BigWigs:NewBoss("Vexie and the Geargrinders", 2769, 2639)
if not mod then return end
-- mod:RegisterEnableMob(0)
mod:RegisterEnableMob(225821, 225822) -- The Geargrinder, Vexie Fullthrottle -- XXX Confirm on PTR
mod:SetEncounterID(3009)
mod:SetPrivateAuraSounds({
459669, -- Spew Oil
Expand Down

0 comments on commit 6a38fcc

Please sign in to comment.