diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2020-02-01 15:55:16 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-21 00:48:30 +0100 |
| commit | 6433ed6014d199ffe381f5fbc5ee5ec5b85da962 (patch) | |
| tree | 8ee1539b8d30597d721d886118a125645cfb59dd /sql | |
| parent | f1f1bc01ba418056bdfd311fc9df218213e83009 (diff) | |
Scripts/Spells: Gift of the Harvester (#24111)
* Scripts/Spells: Gift of the Harvester
* Scripts/Spells: nopch
* Scripts/Spells: nopch
* Scripts/Spells: validate
* Rename 9999_99_99_99_world.sql to 2020_02_01_03_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit e10239311c95866f9316521b570f8600c08a2ff5)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_20_44_world_2020_02_01_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_44_world_2020_02_01_03_world.sql b/sql/updates/world/master/2021_12_20_44_world_2020_02_01_03_world.sql new file mode 100644 index 00000000000..2c7fd74145a --- /dev/null +++ b/sql/updates/world/master/2021_12_20_44_world_2020_02_01_03_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gift_of_the_harvester'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (52479,'spell_gift_of_the_harvester'); + +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=52479; +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(0,52479,64,'','','Gift of the Harvester (LOS)'); |
