Erwan
- fix issue 289 and issue 265. Please verify the fix.
This commit is contained in:
@@ -111,7 +111,7 @@ class Constants
|
|||||||
RARITY_U = 'U', //Uncommons
|
RARITY_U = 'U', //Uncommons
|
||||||
RARITY_C = 'C', //Commons
|
RARITY_C = 'C', //Commons
|
||||||
RARITY_L = 'L', //Lands
|
RARITY_L = 'L', //Lands
|
||||||
RARITY_T = '~', //Tokens, reserved for internal logic.
|
RARITY_T = 'T', //Tokens, reserved for internal logic.
|
||||||
|
|
||||||
//Price for singles
|
//Price for singles
|
||||||
PRICE_1M = 3000,
|
PRICE_1M = 3000,
|
||||||
|
|||||||
Reference in New Issue
Block a user