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:
sudlud
2024-02-01 13:17:17 +01:00
committed by GitHub
parent eeb8082ee8
commit a2f21bd46e
2 changed files with 26 additions and 0 deletions

View File

@@ -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');