From a9db8a9b9a2f40ade5038c68321f0e9f4f566dcf Mon Sep 17 00:00:00 2001 From: Mikhail Redko Date: Wed, 6 Jan 2021 21:47:58 +0200 Subject: Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating Deviate Fish (#25802) * Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating Deviate Fish * Rename XXXX_XX_XX_XX_world.sql to 2021_01_06_08_world.sql Co-authored-by: Giacomo Pozzoni --- sql/updates/world/3.3.5/2021_01_06_08_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_01_06_08_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_01_06_08_world.sql b/sql/updates/world/3.3.5/2021_01_06_08_world.sql new file mode 100644 index 00000000000..bbfabf2b1d1 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_06_08_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_party_time'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (8067, 'spell_item_party_time'); -- cgit v1.2.3