From eac9c1f0b992fd3622fd7dd864b2acc2781ec778 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 --- sql/updates/world/3.3.5/2017_02_21_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_02_21_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_02_21_01_world.sql b/sql/updates/world/3.3.5/2017_02_21_01_world.sql new file mode 100644 index 00000000000..b38012ededd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_21_01_world.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `spellppmRate_1`=2.5, `ScriptName`='item_generic_limit_chance_above_60' WHERE `entry`=19169; -- cgit v1.2.3