mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user