fix(Core): [Spell][Night Elf] Shadowmeld is not working properly (#4765)

This commit is contained in:
Hacki95
2021-03-11 14:59:24 +01:00
committed by GitHub
parent 7b7dac0512
commit 05656e3670
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615287196510790727');
-- Delete spell_linked_spell for Shadowmeld
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (58984);
-- Fix Shadowmeld
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_shadowmeld';
INSERT INTO `spell_script_names` VALUES (58984, 'spell_gen_shadowmeld');