ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.58k stars 360 forks source link

AI: fix the assertion failure when visiting an object that is impossible to stand on #8831

Closed oleg-derevenetz closed 2 weeks ago

oleg-derevenetz commented 2 weeks ago

fix #8830

Ideally, of course, it would be necessary to correct the assessment of the hero's strength, ignoring the castle bonuses in certain cases, but these bonuses are taken into account so deeply that it is not so easy to do this.

ihhub commented 2 weeks ago

@oleg-derevenetz , thank you very much for the fix!