Fix Anicents being better than mythicals

This commit is contained in:
Sam 2018-08-01 00:38:08 +01:00 committed by Alexander Meech
parent ffbe6effa5
commit 31fa194b7f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public enum RewardType
GAME_LOOT( 0.000001, 0.00001, 0.0001, 3, 30),
OLD_CHEST( 20, 0.06, 0.8, 16, 40),
ANCIENT_CHEST( 0, 2, 8, 32, 0),
ANCIENT_CHEST( 0, 2, 8, 72, 0),
MYTHICAL_CHEST( 0.001, 4, 18, 72, 0),
WINTER_CHEST( 0, 5, 18, 32, 40),
ILLUMINATED_CHEST( 0, 2, 16, 72, 0),