aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-10-11 14:12:00 +0200
committerGitHub <noreply@github.com>2022-10-11 14:12:00 +0200
commitb3c27656bcaf389ca901cfef680edb301b5eefb5 (patch)
tree562c70065a8409cfff3310b5c177047656986c76 /sql
parentc7109629dcd26c106333a768523ad08552aac48f (diff)
Core/Spells: Move draenor spell to generic spell (#28356)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_10_11_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_11_01_world.sql b/sql/updates/world/master/2022_10_11_01_world.sql
new file mode 100644
index 00000000000..164e65f95e0
--- /dev/null
+++ b/sql/updates/world/master/2022_10_11_01_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_despawn_all_summons_owned_by_caster' WHERE `ScriptName` = 'spell_despawn_all_summons_garrison_intro_only';