Typo in Order Cuirassier build time setting Tech

:arrow_forward: GAME INFORMATION

:point_down: These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.

  • GAME BUILD #: 13.58326
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 7

:arrow_forward: ISSUE EXPERIENCED

:point_down: DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.

	<tech name="DEAge0Maltese" type="Normal">
		<dbid>9007</dbid>
		<status>UNOBTAINABLE</status>
		<flag>Shadow</flag>
		<effects>
...
			<effect type="Data" amount="66.00" subtype="TrainPoints" relativity="Override">
				<target type="ProtoUnit">ypConsulateGendarmes </target>
			</effect>
...
		</effects>
	</tech>

There is a SPACE after Order Cuirassier’s protoname

:arrow_forward: FREQUENCY OF ISSUE

:point_down: How often does the issue occur? CHOSE ONE; DELETE THE REST!

  • 100% of the time / matches I play (ALWAYS)

:arrow_forward: EXPECTED RESULT

:point_down: What was SUPPOSED to happen if the bug you encountered were not present?

<effect type="Data" amount="66.00" subtype="TrainPoints" relativity="Override">
				<target type="ProtoUnit">ypConsulateGendarmes</target>
			</effect>