[FIX] Intravenous Healing Potion. Thanks Gyullo.

--HG--
branch : trunk
This commit is contained in:
John Holiver
2010-08-08 15:59:17 -03:00
parent 617a56ba29
commit b3b7ffdfeb
2 changed files with 7 additions and 1 deletions

View File

@@ -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;

View File

@@ -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' );