fix(Core/Spells): Script Shaman T8 Elemental 4P Bonus (#17424)

* fix(Core/Spells): Script Shaman T8 Elemental 4P Bonus

* 🧙‍♂️
This commit is contained in:
avarishd
2023-10-08 15:31:54 +03:00
committed by GitHub
parent e4c867a8f4
commit 4e5077ed80
3 changed files with 46 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
-- 64930 - Electrified | Shaman T8 Elemental 4P Bonus
DELETE FROM `spell_script_names` WHERE `spell_id` = 64928;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (64928, 'spell_sha_t8_electrified');