Skip to content

Commit 2f07c53

Browse files
Leadballoon2000Leadballoon2000
authored andcommitted
#944 Healing items for specific spells give no +healing effect
1 parent 505c0f2 commit 2f07c53

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Updates/944_healing_items.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-- Links the aura from Idol of Rejuvenation to Rejuvenation spell (spellmask 0x10)
2+
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (27853, 0, 16);
3+
4+
-- Links the aura from Harold's Rejuvenating Broach to Rejuvenation spell (spellmask 0x10)
5+
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32402, 0, 16);
6+
7+
-- Links the aura from Totem of the Plains, Totem of Sustaining and Totem of Life to Lesser Healing Wave spell (spellmask 0x80)
8+
INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32401, 0, 128);

0 commit comments

Comments
 (0)