fix(Scripts/Spells): Mad Alchemist's Potion and Gluth's Decimate 10m (#24788)

Co-authored-by: Gerhood <mrambrius@gmail.com>
This commit is contained in:
sogladev
2026-02-21 13:06:25 +01:00
committed by GitHub
parent b01e202244
commit 4e233cc4ae
2 changed files with 68 additions and 48 deletions

View File

@@ -0,0 +1,6 @@
--
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gluth_decimate' WHERE `spell_id` = 28374 AND `ScriptName` = 'spell_item_mad_alchemists_potion';
DELETE FROM `spell_script_names` WHERE `spell_id` = 45051;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45051, 'spell_item_mad_alchemists_potion');