diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-02-25 01:10:14 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-26 15:26:21 +0100 |
| commit | 88670c44eecb72fa2d4c1a7a51a894ee0f482c09 (patch) | |
| tree | 6d5b36d9cf3644dd935247504284a5ff3a6df867 /sql | |
| parent | 3ab87f30290706f2d6af55e07a536df430ada824 (diff) | |
Scripts/Events: Update event scripts to new register model 2 (#27824)
(cherry picked from commit 3abcbcd4a2f432e5230da3d20b32dd5d3f5a7ee4)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_03_26_18_world_2022_02_25_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |
