diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-07-03 23:24:16 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 19:49:45 +0200 |
commit | a01141c426be517c1d2bd40753b277b453d15ce0 (patch) | |
tree | 5eb7982b89d7b5fae0dce2a123c7bb94a2161779 /sql/updates | |
parent | efae1a28ef5b82dce9dbb39dcb75ea932a293e1a (diff) |
Scripts/Events: Update few Love is in the Air quests & items (#28084)
(cherry picked from commit b339fbaaf3832a468acdc35d5dfa2f7024b67ff0)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2022_09_05_17_world_2022_07_03_02_world.sql | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_17_world_2022_07_03_02_world.sql b/sql/updates/world/master/2022_09_05_17_world_2022_07_03_02_world.sql new file mode 100644 index 00000000000..76537134ad1 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_17_world_2022_07_03_02_world.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (70192,-71450,71522,71539); +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_love_is_in_the_air_fragrant_air_analysis', +'spell_love_is_in_the_air_heavily_perfumed', +'spell_love_is_in_the_air_recently_analyzed', +'spell_love_is_in_the_air_sample_satisfaction', +'spell_love_is_in_the_air_cancel_service_uniform', +'spell_love_is_in_the_air_perfume_cologne_immune'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70192,'spell_love_is_in_the_air_fragrant_air_analysis'), +(71507,'spell_love_is_in_the_air_heavily_perfumed'), +(71508,'spell_love_is_in_the_air_recently_analyzed'), +(69438,'spell_love_is_in_the_air_sample_satisfaction'), +(71522,'spell_love_is_in_the_air_cancel_service_uniform'), +(71539,'spell_love_is_in_the_air_cancel_service_uniform'), +(68529,'spell_love_is_in_the_air_perfume_cologne_immune'), +(68530,'spell_love_is_in_the_air_perfume_cologne_immune'); + +UPDATE `spell_script_names` SET `ScriptName` = 'spell_love_is_in_the_air_service_uniform' WHERE `ScriptName` = 'spell_gen_aura_service_uniform'; + +DELETE FROM `spell_group` WHERE `id`=68529; +DELETE FROM `spell_group_stack_rules` WHERE `group_id`=68529; |