diff options
| author | Mikhail Redko <ovitnez@gmail.com> | 2021-01-06 21:47:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 20:47:58 +0100 |
| commit | a9db8a9b9a2f40ade5038c68321f0e9f4f566dcf (patch) | |
| tree | 55d877f7a587186bfc83a270287d82810537cd33 /sql | |
| parent | 65083dc9365d218ea85314d3f7f5708c1cfd597a (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>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_01_06_08_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
