aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2022-02-25 01:10:14 +0200
committerGitHub <noreply@github.com>2022-02-25 01:10:14 +0200
commit3abcbcd4a2f432e5230da3d20b32dd5d3f5a7ee4 (patch)
treeae4a0741f049a878e71d0bda3e54f68934f63e12 /sql
parent2ccad770bddde55a9f3c561b8e721a0610816880 (diff)
Scripts/Events: Update event scripts to new register model 2 (#27824)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2022_02_25_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_25_01_world.sql b/sql/updates/world/3.3.5/2022_02_25_01_world.sql
new file mode 100644
index 00000000000..535d07ead81
--- /dev/null
+++ b/sql/updates/world/3.3.5/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';