mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 11:33:48 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user