1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2023-10-15 21:59:16 +03:00
parent e10de0594e
commit 0ea44520fd
4 changed files with 17 additions and 15 deletions

View File

@@ -122,7 +122,7 @@ void Rewardable::Info::configureLimiter(Rewardable::Configuration & object, CRan
limiter.canLearnSpells = JsonRandom::loadSpells(source["canLearnSpells"], rng, variables);
limiter.creatures = JsonRandom::loadCreatures(source["creatures"], rng, variables);
limiter.players = JsonRandom::loadColors(source["colors"], rng);
limiter.players = JsonRandom::loadColors(source["colors"], rng, variables);
limiter.heroes = JsonRandom::loadHeroes(source["heroes"], rng);
limiter.heroClasses = JsonRandom::loadHeroClasses(source["heroClasses"], rng);