diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-12-18 02:24:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 02:24:50 -0600 |
commit | 621166242be1d2e562a7f1b347000c0fd03d3c45 (patch) | |
tree | 8ed829d7dd258ece66e175efd7a193ff9371dd8c /source/frontend | |
parent | a362aa867a3802fe27ddf52c32e809a3cc750f23 (diff) |
Update StarMerchantInterface.cpp
Diffstat (limited to 'source/frontend')
-rw-r--r-- | source/frontend/StarMerchantInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMerchantInterface.cpp b/source/frontend/StarMerchantInterface.cpp index 178b645..7acd234 100644 --- a/source/frontend/StarMerchantInterface.cpp +++ b/source/frontend/StarMerchantInterface.cpp @@ -38,7 +38,7 @@ MerchantPane::MerchantPane( m_itemBag = make_shared<ItemBag>(m_settings.getUInt("sellContainerSize")); - m_maxBuyCount = m_settings.getUInt("maxBuyCount", 1000); + m_maxBuyCount = assets->json("/interface/windowconfig/crafting.config:default").getUInt("maxSpinCount", 1000); GuiReader reader; reader.registerCallback("spinCount.up", [=](Widget*) { |