diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-02-21 22:37:53 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-02-21 22:38:30 -0300 |
| commit | eac9c1f0b992fd3622fd7dd864b2acc2781ec778 (patch) | |
| tree | 8d100614f85bc56987335fc302d3b20e63d36354 /sql | |
| parent | b3b4054eb44fdb9b0efe47d1a7ec3021b87a5fed (diff) | |
Core/Scripts: fix Nightfall proc chance and reduce it for victims with level above 60
Closes #15734
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_21_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
