From 5f70be050f971ee70da8953c4f094cb2adc233f8 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 21 Feb 2017 22:37:53 -0300 Subject: Core/Scripts: fix Nightfall proc chance and reduce it for victims with level above 60 Closes #15734 (cherrypicked from eac9c1f0b992fd3622fd7dd864b2acc2781ec778) --- sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2019_07_28_01_world_2017_02_21_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3