mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
[FIX] Intravenous Healing Potion. Thanks Gyullo.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
4
sql/updates/9290_world_spell_linked_spell.sql
Normal file
4
sql/updates/9290_world_spell_linked_spell.sql
Normal 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' );
|
||||
Reference in New Issue
Block a user