mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
fixed regression
This commit is contained in:
parent
fd9cfa406d
commit
eeb21d2446
@ -2240,6 +2240,7 @@ void CGameHandler::giveResources(PlayerColor player, TResources resources)
|
||||
sr.abs = false;
|
||||
sr.player = player;
|
||||
sr.res = resources;
|
||||
sendAndApply(&sr);
|
||||
}
|
||||
|
||||
void CGameHandler::giveCreatures(const CArmedInstance *obj, const CGHeroInstance * h, const CCreatureSet &creatures, bool remove)
|
||||
|
Loading…
Reference in New Issue
Block a user