From b3c27656bcaf389ca901cfef680edb301b5eefb5 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:12:00 +0200 Subject: Core/Spells: Move draenor spell to generic spell (#28356) --- sql/updates/world/master/2022_10_11_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2022_10_11_01_world.sql (limited to 'sql/updates/world') 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'; -- cgit v1.2.3