2021-September-15 - Prerelease - 2.6.385
Pre-release
Pre-release
Battle Calculator: Use GameData instead of History (#9601) When dealing with game data in the battle calculator use GameData and not a mix of GameData and History. Note that we only use the GameData passed in the show() method and do not use taFrame.getGame().getData() as these two objects might differ.