Scripts/Spells: Fix warrior talent Avatar removing movement impairing auras (#30985)

This commit is contained in:
Aqua Deus
2025-05-24 19:15:58 +02:00
committed by GitHub
parent dc4740cbb7
commit ecdd12ea6c
2 changed files with 18 additions and 0 deletions

View File

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