diff options
| author | Mikhail Redko <ovitnez@gmail.com> | 2021-01-06 21:47:58 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-05 22:19:26 +0100 |
| commit | f258d2443f335cfdb4fda5b2f657e8a6703ab651 (patch) | |
| tree | 7191f24135dee822eb16a96da185f766d7d39122 /sql | |
| parent | a3f93b29013843903c5b77c2e4d9c049ec7074ff (diff) | |
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 <giacomopoz@gmail.com>
(cherry picked from commit a9db8a9b9a2f40ade5038c68321f0e9f4f566dcf)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_03_05_53_world_2021_01_06_08_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_53_world_2021_01_06_08_world.sql b/sql/updates/world/master/2022_03_05_53_world_2021_01_06_08_world.sql new file mode 100644 index 00000000000..bbfabf2b1d1 --- /dev/null +++ b/sql/updates/world/master/2022_03_05_53_world_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'); |
