diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-02-25 01:09:39 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-26 15:23:12 +0100 |
| commit | 3ab87f30290706f2d6af55e07a536df430ada824 (patch) | |
| tree | a5f72c862b76a0906267028ee1a636e5ee028cc0 /sql | |
| parent | d86bc562cbc62a526f4c54ec70d2c134eb04c4c7 (diff) | |
Scripts/Events: Update event scripts to new register model 1 (#27823)
(cherry picked from commit 2ccad770bddde55a9f3c561b8e721a0610816880)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_03_26_17_world_2022_02_25_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'; |
