mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
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
This commit is contained in:
1
sql/updates/world/3.3.5/2017_12_28_03_world.sql
Normal file
1
sql/updates/world/3.3.5/2017_12_28_03_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `reference_loot_template` SET `Chance` = 40 WHERE `Entry` IN (34278,34279) AND `Item` IN (52025,52028);
|
||||
Reference in New Issue
Block a user