mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core): [Spell][Night Elf] Shadowmeld is not working properly (#4765)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user