From 505c0f2b5e23333efd0eb8e85e3e4399c600f5ca Mon Sep 17 00:00:00 2001 From: Leadballoon2000 Date: Tue, 31 May 2016 00:40:23 +0100 Subject: [PATCH 1/3] 944 Harolds Rejuvenating Broach is broken --- Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql diff --git a/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql b/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql new file mode 100644 index 0000000..8b0a4ba --- /dev/null +++ b/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql @@ -0,0 +1,2 @@ +-- Links the aura from Harold's Rejuvenating Broach to Rejevenation spell (spellmask 0x10) +INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32402, 0, 16); From 2f07c53b9e80e9aeac3e27622d2f2533508a80e1 Mon Sep 17 00:00:00 2001 From: Leadballoon2000 Date: Sun, 5 Jun 2016 21:44:35 +0100 Subject: [PATCH 2/3] #944 Healing items for specific spells give no +healing effect --- Updates/944_healing_items.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Updates/944_healing_items.sql 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); From b291abf9d1c65100b1d58e213f288224d630795f Mon Sep 17 00:00:00 2001 From: Leadballoon2000 Date: Mon, 6 Jun 2016 21:04:48 +0100 Subject: [PATCH 3/3] removing old file --- Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql diff --git a/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql b/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql deleted file mode 100644 index 8b0a4ba..0000000 --- a/Updates/944_Harolds_Rejuvenating_Broach_is_broken.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Links the aura from Harold's Rejuvenating Broach to Rejevenation spell (spellmask 0x10) -INSERT INTO `spell_affect` (`entry`, `effectID`, `SpellFamilyMask`) VALUES (32402, 0, 16);