Jeck - fixed issue 354, cleaned up mixed boosters, fixed a few issues with pack loading (slot pools weren't working), fixed TSP boosters to use 'S' rarity, removed some unused code.
This commit is contained in:
@@ -47,6 +47,9 @@ int PriceList::getPrice(int cardId){
|
||||
case Constants::RARITY_M:
|
||||
return Constants::PRICE_1M;
|
||||
break;
|
||||
case Constants::RARITY_S:
|
||||
return Constants::PRICE_1S;
|
||||
break;
|
||||
case Constants::RARITY_R:
|
||||
return Constants::PRICE_1R;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user