fix(Core/Spells): Script Drunken Haze & Drunken Skull Crack (#19164)

* fix(Core/Spells):  Script Drunken Haze & Drunken Skull Crack

* bruh

* sigh
This commit is contained in:
avarishd
2024-06-25 23:36:25 +03:00
committed by GitHub
parent 5a3f1b9518
commit 76b389ed07
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Drunken Haze, Drunken Skull Crack
DELETE FROM `spell_script_names` WHERE `spell_id` IN (37591,29690);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(37591, 'spell_gen_sober_up'),
(29690, 'spell_gen_sober_up');