diff options
author | jackpoz <giacomopoz@gmail.com> | 2014-08-24 17:05:59 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2014-08-24 17:05:59 +0200 |
commit | 42c230adabd3cdbc0b4d71ae2295edae20a3c008 (patch) | |
tree | ff4ed270fc0adc2ce84817c0142a225efb2b7a48 | |
parent | c20f92c08c2da751fd4c45d351650a8d722f0b91 (diff) |
Core/Spells: Fix Prayer of Mending visual bounce
Close #12855 , thanks @P-Kito
-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)'); |