1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

fix Ignissa bug the old way

This commit is contained in:
Konstantin 2023-03-17 20:09:18 +03:00
parent ecbbbeda9b
commit 6de042657c

View File

@ -73,8 +73,11 @@ public:
CRewardLimiter(): CRewardLimiter():
dayOfWeek(0), dayOfWeek(0),
daysPassed(0), daysPassed(0),
heroExperience(0),
heroLevel(0), heroLevel(0),
primary(4, 0) manaPercentage(0),
manaPoints(0),
primary(GameConstants::PRIMARY_SKILLS, 0)
{} {}
bool heroAllowed(const CGHeroInstance * hero) const; bool heroAllowed(const CGHeroInstance * hero) const;