From d87723a055b4529ae4d07057ae399299cea6eb89 Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 27 Dec 2017 20:48:54 -0300 Subject: DB/Loot: Vanquisher's Mark of Sanctification has a slightly higher drop chance than other marks - This is to compensate the fact that it's shared by 4 classes instead of 3 (cherry picked from commit b12d51515868144556411ea442869bed813dc76e) --- sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql b/sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql new file mode 100644 index 00000000000..c8012633a6e --- /dev/null +++ b/sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql @@ -0,0 +1 @@ +UPDATE `reference_loot_template` SET `Chance` = 40 WHERE `Entry` IN (34278,34279) AND `Item` IN (52025,52028); -- cgit v1.2.3