Scripts/Spells Fix shaman talent Aftershock (#27469)

This commit is contained in:
aquadeus
2021-12-26 20:13:41 +01:00
committed by GitHub
parent b821a72973
commit fed9d73f66
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_aftershock';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(273221, 'spell_sha_aftershock');