diff --git a/Updates/944_healing_items.sql b/Updates/944_healing_items.sql new file mode 100644 index 0000000..a582ef4 --- /dev/null +++ b/Updates/944_healing_items.sql @@ -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);