Skip to content

Commit

Permalink
BfA/TheMotherlode/Razdunk: Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Jan 22, 2025
1 parent 1958405 commit 203da90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BfA/TheMotherlode/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BigWigs:AddColors("Rixxa Fluxflame", {
[270042] = {"blue","red"},
})

BigWigs:AddColors("Mogul Razzdunk", {
BigWigs:AddColors("Mogul Razdunk", {
[260280] = "yellow",
[260829] = {"blue","red"},
[271456] = {"blue","orange"},
Expand Down
2 changes: 1 addition & 1 deletion BfA/TheMotherlode/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BigWigs:AddSounds("Rixxa Fluxflame", {
[270042] = {"long","underyou"},
})

BigWigs:AddSounds("Mogul Razzdunk", {
BigWigs:AddSounds("Mogul Razdunk", {
[260280] = "alert",
[260829] = "warning",
[271456] = "alert",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Mogul Razzdunk", 1594, 2116)
local mod, CL = BigWigs:NewBoss("Mogul Razdunk", 1594, 2116)
if not mod then return end
mod:RegisterEnableMob(129232, 132713) -- the vehicle, the actual boss
mod:SetEncounterID(2108)
Expand Down
2 changes: 1 addition & 1 deletion BfA/TheMotherlode/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Script file="CrowdPummeler.lua"/>
<Script file="Azerokk.lua"/>
<Script file="Rixxa.lua"/>
<Script file="Razzdunk.lua"/>
<Script file="Razdunk.lua"/>
<Script file="Trash.lua"/>

<Include file="Locales\locales.xml"/>
Expand Down

0 comments on commit 203da90

Please sign in to comment.