mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Rename constant
This commit is contained in:
@@ -631,7 +631,7 @@ void CTownHandler::loadBuilding(CTown * town, const std::string & stringID, cons
|
||||
|
||||
if(source["type"].String() == "configurable" && ret->subId == BuildingSubID::NONE)
|
||||
{
|
||||
ret->subId = BuildingSubID::CONFIGURABLE_REWARD;
|
||||
ret->subId = BuildingSubID::CUSTOM_VISITING_REWARD;
|
||||
ret->rewardableObjectInfo.init(source);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user