mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Removed remaining integer bonus subtypes from configs
This commit is contained in:
@@ -353,6 +353,7 @@ const JsonNode & BonusParams::toJson()
|
||||
ret["targetSourceType"].String() = vstd::findKey(bonusSourceMap, *targetType);
|
||||
jsonCreated = true;
|
||||
}
|
||||
ret.setMeta(ModScope::scopeGame());
|
||||
return ret;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user