Skip to content

Commit

Permalink
Amirdrassil: Remove load blockers and stage calls where staging isn't…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
funkydude committed Nov 8, 2023
1 parent 3c06396 commit 0ce80e7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Amirdrassil/CouncilOfDreams.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand All @@ -8,7 +7,6 @@ if not mod then return end
mod:RegisterEnableMob(208363, 208365, 208367)
mod:SetEncounterID(2728)
mod:SetRespawnTime(30)
mod:SetStage(1)

--------------------------------------------------------------------------------
-- Locals
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Fyrakk.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Gnarlroot.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Igira.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Larodar.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Nymue.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Smolderon.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
1 change: 0 additions & 1 deletion Amirdrassil/Tindral.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down
2 changes: 0 additions & 2 deletions Amirdrassil/Volcoross.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if not BigWigsLoader.onTestBuild then return end
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand All @@ -8,7 +7,6 @@ if not mod then return end
mod:RegisterEnableMob(208478) -- Volcoross
mod:SetEncounterID(2737)
mod:SetRespawnTime(30)
mod:SetStage(1)

--------------------------------------------------------------------------------
-- Locals
Expand Down

0 comments on commit 0ce80e7

Please sign in to comment.