1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-03 14:52:11 +02:00

Market fix

This commit is contained in:
SoundSSGood 2024-04-10 01:18:04 +03:00
parent e8a6308a15
commit 738a89bb99

View File

@ -757,6 +757,9 @@ bool CGTownInstance::allowsTrade(EMarketMode mode) const
case EMarketMode::RESOURCE_SKILL:
return hasBuilt(BuildingSubID::MAGIC_UNIVERSITY);
case EMarketMode::CREATURE_EXP:
case EMarketMode::ARTIFACT_EXP:
return false;
default:
assert(0);
return false;