diff options
-rw-r--r-- | sql/updates/world/2014_08_24_02_world_spell_linked_spell.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_24_02_world_spell_linked_spell.sql b/sql/updates/world/2014_08_24_02_world_spell_linked_spell.sql new file mode 100644 index 00000000000..40be60f517f --- /dev/null +++ b/sql/updates/world/2014_08_24_02_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_effect` = 41637; +INSERT INTO `spell_linked_spell` VALUES (41635, 41637, 0, 'Prayer of Mending (rank1)'); +INSERT INTO `spell_linked_spell` VALUES (48111, 41637, 0, 'Prayer of Mending (rank3)'); +INSERT INTO `spell_linked_spell` VALUES (48112, 41637, 0, 'Prayer of Mending (rank2)'); |