diff --git a/src/game/game.cpp b/src/game/game.cpp index 74bb81dfbcc..6c0cf6c950e 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1858,7 +1858,7 @@ ReturnValue Game::checkMoveItemToCylinder(std::shared_ptr player, std::s const auto containerToStow = isTryingToStow(toPos, toCylinder); - if (containerID == ITEM_GOLD_POUCH) { + if (containerID == ITEM_GOLD_POUCH && !containerToStow) { if (g_configManager().getBoolean(TOGGLE_GOLD_POUCH_QUICKLOOT_ONLY)) { return RETURNVALUE_CONTAINERNOTENOUGHROOM; }