From 88670c44eecb72fa2d4c1a7a51a894ee0f482c09 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Fri, 25 Feb 2022 01:10:14 +0200 Subject: Scripts/Events: Update event scripts to new register model 2 (#27824) (cherry picked from commit 3abcbcd4a2f432e5230da3d20b32dd5d3f5a7ee4) --- sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql b/sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql new file mode 100644 index 00000000000..535d07ead81 --- /dev/null +++ b/sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_script_names` SET `ScriptName` = 'spell_operation_gnomeregan_basic_orders_emote' WHERE `ScriptName` = 'spell_q25199_emote'; +UPDATE `spell_script_names` SET `ScriptName` = 'spell_winter_veil_reindeer_transformation' WHERE `ScriptName` = 'spell_item_reindeer_transformation'; -- cgit v1.2.3