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