fix(Scripts/Midsummer): Add SpellScript for "Fire Festival Fortitude" (#18246)
- implement zone wide buff - Blizzard originally used gameobject 181431 'Fire Festival Fury Trap' for this implementation
This commit is contained in:
parent
eeb8082ee8
commit
a2f21bd46e
2 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Midsummer - add spell script for 29235 Fire Festival Fortitude
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 29235;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(29235, 'spell_fire_festival_fortitude');
|
||||
Loading…
Add table
Add a link
Reference in a new issue