aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-24 19:15:58 +0200
committerGitHub <noreply@github.com>2025-05-24 19:15:58 +0200
commitecdd12ea6c0812fe2a57c98309ee782e7d20c633 (patch)
treee9406ecf9d1946e5ce8e27182e2342896c4c83ae /sql
parentdc4740cbb749a36855d8d932ef746112ed18a3ad (diff)
Scripts/Spells: Fix warrior talent Avatar removing movement impairing auras (#30985)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_05_24_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_24_00_world.sql b/sql/updates/world/master/2025_05_24_00_world.sql
new file mode 100644
index 00000000000..00f8e6ca11b
--- /dev/null
+++ b/sql/updates/world/master/2025_05_24_00_world.sql
@@ -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');