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:
parent
ecbbbeda9b
commit
6de042657c
@ -73,8 +73,11 @@ public:
|
||||
CRewardLimiter():
|
||||
dayOfWeek(0),
|
||||
daysPassed(0),
|
||||
heroExperience(0),
|
||||
heroLevel(0),
|
||||
primary(4, 0)
|
||||
manaPercentage(0),
|
||||
manaPoints(0),
|
||||
primary(GameConstants::PRIMARY_SKILLS, 0)
|
||||
{}
|
||||
|
||||
bool heroAllowed(const CGHeroInstance * hero) const;
|
||||
|
Loading…
Reference in New Issue
Block a user