-fix issue 270
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-04 13:51:39 +00:00
parent 441b8a0f3a
commit 3e33e2b756
5 changed files with 39 additions and 26 deletions

View File

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