diff --git a/projects/mtg/bin/daily_build/template.exe b/projects/mtg/bin/daily_build/template.exe index a311bc224..f73e2f553 100644 Binary files a/projects/mtg/bin/daily_build/template.exe and b/projects/mtg/bin/daily_build/template.exe differ diff --git a/projects/mtg/src/GameStateShop.cpp b/projects/mtg/src/GameStateShop.cpp index c4f0e52fa..8984dbd84 100644 --- a/projects/mtg/src/GameStateShop.cpp +++ b/projects/mtg/src/GameStateShop.cpp @@ -309,7 +309,7 @@ void GameStateShop::load(){ mInventory[i] = 0; continue; } - mPrices[i] = purchasePrice(i); + mPrices[i] = purchasePrice(i-BOOSTER_SLOTS); mCounts[i] = myCollection->countByName(c); switch(c->getRarity()){ case Constants::RARITY_C: