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:
parent
5a3f1b9518
commit
76b389ed07
2 changed files with 59 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue