Skip to content

Commit

Permalink
Gnomeregan_Classic: Add some temporary dummy messages
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Feb 7, 2024
1 parent 359ae7b commit 1a2cd22
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/CrowdPummeler9-60.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/Electrocutioner6000.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/Grubbis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/MechanicalMenagerie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/MekgineerThermaplugg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/ViscousFallout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()

self:Message("stages", "cyan", CL.stage:format(1), false)
end

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

0 comments on commit 1a2cd22

Please sign in to comment.