mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix invalidation of bonus propagation updaters
This commit is contained in:
@@ -833,6 +833,7 @@ void CStackInstance::setCount(TQuantity newCount)
|
||||
}
|
||||
|
||||
CStackBasicDescriptor::setCount(newCount);
|
||||
nodeHasChanged();
|
||||
}
|
||||
|
||||
std::string CStackInstance::bonusToString(const std::shared_ptr<Bonus>& bonus) const
|
||||
|
||||
Reference in New Issue
Block a user