Air Battles not working in 2.6+
-
I have found an error in 2.6+ regarding Air Battles. The defending player in not allow to select units to scramble to the battle. This problem I think is in AirBattleDefenseCombatValue.java which is used to calculate defense combat values, but BattleState.Side getBattleSide returns BattleState.Side.OFFENSE. This causes no units to be selected. BattleState.Side getBattleSide should return BattleState.Side.DEFENSE to select those units on defense.
I have submitted a bug report and a fix.
Cheers...