aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-27 20:48:54 -0300
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commitd87723a055b4529ae4d07057ae399299cea6eb89 (patch)
tree6010a16c037bc28719ed14ba08c185a9529cbc33
parent4b0cd29aef1b1b799892fab311fbb07b653e3eda (diff)
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)
-rw-r--r--sql/updates/world/master/2021_03_19_04_world_2017_12_28_03_world.sql1
1 files changed, 1 insertions, 0 deletions
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);