fix(Scripts/SunwellPlateau): Add Brutallus Flame Ring explosion (#21681)

This commit is contained in:
Jelle Meeus
2025-03-10 16:35:54 +01:00
committed by GitHub
parent ffe03f6e14
commit 5291632c00
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -44873 AND `spell_effect` = 44874;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(-44873, 44874, 0, 'on Flame Ring removal cast Flame Ring explosion (Brutallus - Madrigosa)');