diff options
author | tobmaps <spambot42@yandex.ru> | 2011-09-11 04:06:50 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-09-11 04:06:50 +0700 |
commit | 24d2f15ec84f7a475dfcfca24795f82d9f1dc3af (patch) | |
tree | 5dac1f9ebf6dd2604037314313105c16f38e47ae | |
parent | ccc13c0295b831bd161c64f0cfbf410a93e28408 (diff) |
Core/Spells: Fix spell healing bonus for Fish Feast and Great Feast
Closes #2965
-rw-r--r-- | sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql b/sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql new file mode 100644 index 00000000000..93365589b44 --- /dev/null +++ b/sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql @@ -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); |