mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Spells: Fix spell healing bonus for Fish Feast and Great Feast
Closes #2965
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (57294,57399);
|
||||
INSERT INTO `spell_linked_spell` VALUES
|
||||
(57294,59690,2,'Well Fed - Well Fed (DND)'),
|
||||
(57399,59699,2,'Well Fed - Well Fed (DND)');
|
||||
|
||||
DELETE FROM `spell_group` WHERE `spell_id` IN (59690,59699);
|
||||
Reference in New Issue
Block a user