mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
[FIX] Intravenous Healing Potion. Thanks Gyullo.
--HG-- branch : trunk
This commit is contained in:
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