[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

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