diff options
-rw-r--r-- | sql/updates/9556_world_spell_linked_spell.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9556_world_spell_linked_spell.sql b/sql/updates/9556_world_spell_linked_spell.sql index e69de29bb2d..3700aab8b36 100644 --- a/sql/updates/9556_world_spell_linked_spell.sql +++ b/sql/updates/9556_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=58875 AND `spell_effect`=58876 AND `type`=0; +INSERT INTO `spell_linked_spell` VALUES (58875, 58876, 0, 'Spirit Walk');
\ No newline at end of file |