refactor(Scripts/SunwellPlateau): Modernize Muru script (#20551)

This commit is contained in:
Andrew
2024-11-14 00:00:52 -03:00
committed by GitHub
parent 14980a91bc
commit b7732690c9
2 changed files with 102 additions and 193 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy';
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(46284, 'spell_entropius_negative_energy_periodic');