Skip to content

Commit

Permalink
fix(deathknight): pets prevent Raise Dead from being used (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylam88 committed Jan 20, 2021
1 parent 305c5bf commit 9ba00fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ovale_deathknight_spells.ts
Expand Up @@ -425,6 +425,7 @@ Define(lead_by_example_soulbind 342156)
code += `
# raise_dead
SpellInfo(raise_dead totem=1)
SpellRequire(raise_dead unusable set=1 enabled=(pet.present()))
# raise_dead_unholy
SpellRequire(raise_dead_unholy unusable set=1 enabled=(pet.present()))
# sacrificial_pact
Expand Down

0 comments on commit 9ba00fb

Please sign in to comment.