Skip to content

Commit

Permalink
fix(Affliction): Fix Shadow Embrace Spell ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed May 21, 2024
1 parent 193212f commit 3d3fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeroRotation_Warlock/Warlock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Spell.Warlock.Affliction = MergeTableByKey(Spell.Warlock.Commons, {
PhantomSingularity = Spell(205179),
SowTheSeeds = Spell(196226),
SeedofCorruption = Spell(27243),
ShadowEmbrace = Spell(27243),
ShadowEmbrace = Spell(32388),
SiphonLife = Spell(63106),
SoulRot = Spell(386997),
SoulSwap = Spell(386951),
Expand Down

0 comments on commit 3d3fcfc

Please sign in to comment.