1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

- Implemented Portal of Summoning (Dungeon)

This commit is contained in:
Ivan Savenko
2010-07-10 16:50:23 +00:00
parent b1a916fb15
commit bb7615309f
11 changed files with 148 additions and 77 deletions

View File

@@ -86,7 +86,7 @@ bool BuildStructure::applyGh( CGameHandler *gh )
bool RecruitCreatures::applyGh( CGameHandler *gh )
{
return gh->recruitCreatures(tid,crid,amount);
return gh->recruitCreatures(tid,crid,amount,level);
}
bool UpgradeCreature::applyGh( CGameHandler *gh )