mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/SunwellPlateau): Fix twin marks not applying from dots (#21415)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_eredar_twins_handle_dark_touched_periodic', 'spell_eredar_twins_handle_flame_touched_periodic', 'spell_eredar_twins_handle_flame_touched_flame_sear');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(45342, 'spell_eredar_twins_handle_flame_touched_periodic'),
|
||||
(45271, 'spell_eredar_twins_handle_dark_touched_periodic'),
|
||||
(46771, 'spell_eredar_twins_handle_flame_touched_flame_sear');
|
||||
Reference in New Issue
Block a user