Skip to content

Commit

Permalink
#944 Healing items for specific spells give no +healing effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Leadballoon2000 authored and Leadballoon2000 committed Jun 5, 2016
1 parent 505c0f2 commit 2f07c53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Updates/944_healing_items.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Links the aura from Idol of Rejuvenation to Rejuvenation spell (spellmask 0x10)
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (27853, 0, 16);

-- Links the aura from Harold's Rejuvenating Broach to Rejuvenation spell (spellmask 0x10)
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32402, 0, 16);

-- Links the aura from Totem of the Plains, Totem of Sustaining and Totem of Life to Lesser Healing Wave spell (spellmask 0x80)
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32401, 0, 128);

0 comments on commit 2f07c53

Please sign in to comment.