Skip to content

Commit

Permalink
Fix some path and folder name + missing corruption warlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortes-Jeremy committed Feb 8, 2021
1 parent fbe7036 commit f58ba2a
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Voice/warlock/affliction/corruption.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ function SoundAlerter:OnOptionsCreate()
type = 'group',
inline = true,
name = SpellTexture(48782).."|cffFFFFFF Holy |r",
args = listOption({552, 528,48173,48078,48119,48068,48113},"castSuccess"),
args = listOption({552, 528,48173,48078,48068,48113},"castSuccess"),
},

spacerShadow = {
Expand Down
9 changes: 4 additions & 5 deletions spellist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function SoundAlerter:GetSpellList ()
[34027] = hunterP.BM.."killCommand", --New
[54216] = hunterP.BM.."mastersCall", --New
--Proc
[34471] = hunterP.BM.."theBeastWithin",
[34471] = hunterP.BM.."_proc\\".."theBeastWithin",
--Marksmanship
[3045] = hunterP.MM.."rapidFire", -- NEW
--Survival
Expand Down Expand Up @@ -243,7 +243,7 @@ function SoundAlerter:GetSpellList ()
[31224] = rogP.SB.."cloakOfShadows",
[51713] = rogP.SB.."shadowDance",
[57934] = rogP.SB.."trickOfTheTrade", --New (A revoir)
[45182] = rogP.SB.."cheatDeath", -- New
[45182] = rogP.SB.."_proc\\".."cheatingDeath", -- New
--

--Shaman
Expand Down Expand Up @@ -469,7 +469,7 @@ function SoundAlerter:GetSpellList ()

--Rogue
--Assassination
[14177] = rogP.AS.."coldBlood",
[14177] = rogP.AS.."coldBloodDown",
--Combat
[13750] = rogP.CT.."adrenalineRushDown", --New
[5277] = rogP.CT.."evasionDown", --Evasion rank 1
Expand Down Expand Up @@ -728,7 +728,7 @@ function SoundAlerter:GetSpellList ()
[688] = wlP.DM.."summonImp", --New
[712] = wlP.DM.."summonSuccube", --New
[697] = wlP.DM.."summonVoidwalker", --New
[30146] = wlP.DM.."summonpet2", --felguard, works
[30146] = wlP.DM.."summonFelGuard", --felguard, works
--Destruction
[59172] = wlP.DT.."chaosBolt", --New
[47811] = wlP.DT.."immolate", --New
Expand Down Expand Up @@ -972,7 +972,6 @@ function SoundAlerter:GetSpellList ()
[528] = priestP.HY.."cureDisease", -- NEW
[48173] = priestP.HY.."desperatePrayer", --works
[48078] = priestP.HY.."holyNova", -- NEW
[48119] = priestP.HY.."bindingHeal", -- NEW
[48068] = priestP.HY.."renew", -- NEW
[48113] = priestP.HY.."prayerOfMending", -- NEW
--Shadow
Expand Down

0 comments on commit f58ba2a

Please sign in to comment.