diff --git a/Source/qol/stash.cpp b/Source/qol/stash.cpp index e13c40e61..27fc85149 100644 --- a/Source/qol/stash.cpp +++ b/Source/qol/stash.cpp @@ -476,7 +476,7 @@ bool UseStashItem(uint16_t c) WithdrawGoldValue = 0; } - if (item->IsScroll() && currlevel == 0 && !spelldata[item->_iSpell].sTownSpell) { + if (item->IsScroll()) { return true; }