1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
Minor fixes.
This commit is contained in:
DjWarmonger
2010-07-19 18:30:51 +00:00
parent 7078d2caf5
commit 7afc478ff4
5 changed files with 17 additions and 27 deletions

View File

@@ -100,7 +100,7 @@ DLL_EXPORT void SetSecSkill::applyGs( CGameState *gs )
}
}
}
hero->updateSkill(which, val, abs);
hero->updateSkill(which, val);
}
DLL_EXPORT void HeroVisitCastle::applyGs( CGameState *gs )