mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-03 14:52:11 +02:00
Market fix
This commit is contained in:
parent
e8a6308a15
commit
738a89bb99
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user