aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-27 20:48:54 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-28 12:16:38 -0300
commitb12d51515868144556411ea442869bed813dc76e (patch)
tree0b84adfae5e7af446fc782288b552b82b0c41596
parent4ff4c38ac6ac1b1547b77c25ce88e06c4232095b (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
-rw-r--r--sql/updates/world/3.3.5/2017_12_28_03_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_03_world.sql b/sql/updates/world/3.3.5/2017_12_28_03_world.sql
new file mode 100644
index 00000000000..c8012633a6e
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);