mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Fix bonuses from battlefield not showing up in creature window
This commit is contained in:
@ -31,7 +31,7 @@ std::shared_ptr<BattleFieldInfo> BattleFieldHandler::loadFromJson(const std::str
|
||||
|
||||
bonus->source = BonusSource::TERRAIN_OVERLAY;
|
||||
bonus->sid = BonusSourceID(info->getId());
|
||||
bonus->duration = BonusDuration::ONE_BATTLE;
|
||||
bonus->duration = BonusDuration::PERMANENT;
|
||||
|
||||
info->bonuses.push_back(bonus);
|
||||
}
|
||||
|
Reference in New Issue
Block a user