1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Merged the 092c-compat branch.

This commit is contained in:
Michał W. Urbańczyk
2013-09-28 12:31:06 +00:00
parent 0abbe71b25
commit 30a0237fb8
3 changed files with 13 additions and 3 deletions

View File

@ -1167,7 +1167,7 @@ void CGHeroInstance::initObj()
hs->addNewBonus(bonus);
break;
case 11://starting skill with mastery (Adrienne)
cb->changeSecSkill(this, SecondarySkill(spec.val), spec.additionalinfo); //simply give it and forget
setSecSkillLevel(SecondarySkill(spec.val), spec.additionalinfo, true);
break;
case 12://army speed
bonus->type = Bonus::STACKS_SPEED;