diff options
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)'); |
