Skip to content

Commit

Permalink
Fix a crash caused by wrong DefaultUnitAI
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Oct 29, 2023
1 parent a7dae5c commit ee9fd73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SET
PolicyType = 'POLICY_THEIR_FINEST_HOUR',
RangedCombat = (SELECT RangedCombat FROM Units WHERE Type = 'UNIT_BOMBER') + 5,
"Range" = (SELECT "Range" FROM Units WHERE Type = 'UNIT_BOMBER') + 5,
DefaultUnitAI = 'UNITAI_ATTACK'
DefaultUnitAI = 'UNITAI_ATTACK_AIR'
WHERE Type = 'UNIT_AMERICAN_B17';

INSERT INTO Unit_FreePromotions
Expand Down

0 comments on commit ee9fd73

Please sign in to comment.