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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user