- fix issue 289 and issue 265. Please verify the fix.
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-04 12:29:54 +00:00
parent c33e748f30
commit 7f46793031

View File

@@ -111,7 +111,7 @@ class Constants
RARITY_U = 'U', //Uncommons
RARITY_C = 'C', //Commons
RARITY_L = 'L', //Lands
RARITY_T = '~', //Tokens, reserved for internal logic.
RARITY_T = 'T', //Tokens, reserved for internal logic.
//Price for singles
PRICE_1M = 3000,