From 3ab87f30290706f2d6af55e07a536df430ada824 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Fri, 25 Feb 2022 01:09:39 +0200 Subject: Scripts/Events: Update event scripts to new register model 1 (#27823) (cherry picked from commit 2ccad770bddde55a9f3c561b8e721a0610816880) --- sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql b/sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql new file mode 100644 index 00000000000..95779db0c16 --- /dev/null +++ b/sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `spell_script_names` SET `ScriptName` = 'spell_brewfest_mount_transformation' WHERE `ScriptName` = 'spell_item_brewfest_mount_transformation'; +UPDATE `spell_script_names` SET `ScriptName` = 'spell_love_is_in_the_air_create_heart_candy' WHERE `ScriptName` = 'spell_item_create_heart_candy'; +UPDATE `spell_script_names` SET `ScriptName` = 'spell_lunar_festival_elune_candle' WHERE `ScriptName` = 'spell_gen_elune_candle'; -- cgit v1.2.3