Browse Source

increase max stash pages from 50 to 100

pull/4337/head
qndel 4 years ago committed by Anders Jenbo
parent
commit
6e4542f444
  1. 2
      Source/qol/stash.cpp

2
Source/qol/stash.cpp

@ -28,7 +28,7 @@ int WithdrawGoldValue;
namespace {
constexpr unsigned CountStashPages = 50;
constexpr unsigned CountStashPages = 100;
constexpr unsigned LastStashPage = CountStashPages - 1;
int InitialWithdrawGoldValue;

Loading…
Cancel
Save