Core/Spells: Fix spell healing bonus for Fish Feast and Great Feast

Closes #2965
This commit is contained in:
tobmaps
2011-09-11 04:06:50 +07:00
parent ccc13c0295
commit 24d2f15ec8

View File

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