fix(Scripts/BoreanTundra): Script Bloodspore Haze/Psychosis (#23657)

This commit is contained in:
Andrew
2025-11-14 05:32:07 -03:00
committed by GitHub
parent baf7957e36
commit 6919cc679d
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 50380;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(50380, 'spell_bloodspore_haze');
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 50380;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(50380, 0x00400000);