aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2022-02-25 01:09:39 +0200
committerGitHub <noreply@github.com>2022-02-25 01:09:39 +0200
commit2ccad770bddde55a9f3c561b8e721a0610816880 (patch)
tree02503db7c0010df925461f78b01a69ef474a1e38 /sql
parent9ee6f4fb115d177d907ab48a9f9c5f39ba239046 (diff)
Scripts/Events: Update event scripts to new register model 1 (#27823)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2022_02_25_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_25_00_world.sql b/sql/updates/world/3.3.5/2022_02_25_00_world.sql
new file mode 100644
index 00000000000..95779db0c16
--- /dev/null
+++ b/sql/updates/world/3.3.5/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';