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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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');