fix(Scripts/SunwellPlateau): exclude tank from flame sear (#22014)

Grand Warlock Alythess (Twin from Sunwell Plateau) will no longer target the tanks when using Flame Sear
This commit is contained in:
Tereneckla
2025-04-30 00:24:02 +00:00
committed by GitHub
parent dcf6d6e838
commit 372c159f00
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 46771 and `ScriptName` = 'spell_eredar_twins_flame_sear';
INSERT INTO `spell_script_names` VALUES (46771,'spell_eredar_twins_flame_sear');