From b3b7ffdfeb25dab2c96f67f917ec9259e56d12e6 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Sun, 8 Aug 2010 15:59:17 -0300 Subject: [FIX] Intravenous Healing Potion. Thanks Gyullo. --HG-- branch : trunk --- sql/base/world_database.sql | 4 +++- sql/updates/9290_world_spell_linked_spell.sql | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sql/updates/9290_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index b3e2f5215a3..d3d2ea81f6e 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -6321,7 +6321,9 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 69381, 72588, 1, 'Drums of the Wild'), ( 69378, 72586, 1, 'Drums of the Forgotten Kings'), ( 69377, 72590, 1, 'Runescroll of Fortitude'), -( 50141, 50001, 0, 'Blood Oath to Blood Oath Aura'); +( 50141, 50001, 0, 'Blood Oath to Blood Oath Aura'), +( 61263, 61267, 0, 'Intravenous Healing Effect'), +( 61263, 61268, 0, 'Intravenous Mana Regeneration Effect'); /*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/updates/9290_world_spell_linked_spell.sql b/sql/updates/9290_world_spell_linked_spell.sql new file mode 100644 index 00000000000..a71b49ac7ea --- /dev/null +++ b/sql/updates/9290_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +-- Intravenous Healing Potion Fix +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=61263; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (61263,61267,0, 'Intravenous Healing Effect' ); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (61263,61268,0, 'Intravenous Mana Regeneration Effect' ); -- cgit v1.2.3