From 1acf265d4936222de754d8f80dfa5ce37dd25e28 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 27 Sep 2019 03:21:03 +0200 Subject: [PATCH] DB/Spells: Landslide and Windwalker will now have a PPM chance of 1 instead of 1,75 --- sql/updates/world/custom/custom_2019_09_21_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_09_21_00_world.sql diff --git a/sql/updates/world/custom/custom_2019_09_21_00_world.sql b/sql/updates/world/custom/custom_2019_09_21_00_world.sql new file mode 100644 index 00000000000..7c1e6067076 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_09_21_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_enchant_proc_data` SET `PPMChance`= 1 WHERE `entry` IN (4098, 4099);