fix(Scripts/BoreanTundra): Script Bloodspore Haze/Psychosis (#23657)
This commit is contained in:
parent
baf7957e36
commit
6919cc679d
2 changed files with 43 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue