diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-02-21 22:37:53 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-08-17 20:04:14 +0200 |
commit | 5f70be050f971ee70da8953c4f094cb2adc233f8 (patch) | |
tree | add905ef542727f3cd2255e3a68a4e5ea8387f5d /sql | |
parent | 8e4f5e162707164c7b4ac12f4e2d9267e226e91b (diff) |
Core/Scripts: fix Nightfall proc chance and reduce it for victims with level above 60
Closes #15734
(cherrypicked from eac9c1f0b992fd3622fd7dd864b2acc2781ec778)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql b/sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql new file mode 100644 index 00000000000..2eb0c052a1b --- /dev/null +++ b/sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `item_script_names` WHERE `Id`=19169; +INSERT INTO `item_script_names` (`Id`, `ScriptName`) VALUES (19169, 'item_generic_limit_chance_above_60'); +UPDATE `item_template_addon` SET `SpellPPMChance`='2.5' WHERE `Id`=19169; |