Trek wagon doesn't benefit from the Wanderlust card's HP upgrade

:arrow_forward: GAME INFORMATION

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

  • GAME BUILD #: 14.7908
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 10 / Windows 8 / Windows 7 / Mac / Linux

:arrow_forward: ISSUE EXPERIENCED

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

Because the wagon has neither <unittype>LogicalTypeLandMilitary</unittype> nor <unittype>LogicalTypeLandEconomy</unittype>

<tech name="DEHCREVWanderlust" type="Normal">
		<dbid>6605</dbid>
		<displaynameid>90309</displaynameid>
		<cost resourcetype="Ships">1.0000</cost>
		<researchpoints>40.0000</researchpoints>
		<status>UNOBTAINABLE</status>
		<icon>resources\images\icons\techs\revolution\wanderlust.png</icon>
		<rollovertextid>90308</rollovertextid>
		<flag>HomeCity</flag>
		<effects>
			<effect type="Data" amount="1.05" subtype="HitPoints" relativity="BasePercent">
				<target type="ProtoUnit">LogicalTypeLandMilitary</target>
			</effect>
			<effect type="Data" amount="1.05" subtype="HitPoints" relativity="BasePercent">
				<target type="ProtoUnit">LogicalTypeLandEconomy</target>
			</effect>
			<effect type="Data" amount="1.05" subtype="MaximumVelocity" relativity="BasePercent">
				<target type="ProtoUnit">AbstractWagon</target>
			</effect>
			<effect type="Data" amount="1.05" subtype="MaximumVelocity" relativity="BasePercent">
				<target type="ProtoUnit">LogicalTypeLandEconomy</target>
			</effect>
		</effects>
	</tech>

: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?

How trek is a military unit? Its just a villgs transport

Actually, it is a Military but not a LogicalTypeLandMilitary

<unit id="1667" name="deREVStarTrekWagon">
		<dbid>2238</dbid>
		<displaynameid>90314</displaynameid>
		<editornameid>90315</editornameid>
~
		<unittype>LogicalTypeMinimapFilterEconomic</unittype>
		<unittype>LogicalTypeEasySelectAvoid</unittype>
		<unittype>LogicalTypeHealed</unittype>
		<unittype>LogicalTypeNeededForVictory</unittype>
		<unittype>LogicalTypeHandUnitsAutoAttack</unittype>
		<unittype>LogicalTypeGarrisonInShips</unittype>
		<unittype>LogicalTypeRangedUnitsAutoAttack</unittype>
		<unittype>LogicalTypeRangedUnitsAutoAttackNoVillagers</unittype>
		<unittype>LogicalTypeVillagersAttack</unittype>
		<unittype>LogicalTypeHandUnitsAttack</unittype>
		<unittype>LogicalTypeRangedUnitsAttack</unittype>
		<unittype>CountsTowardEconomicScore</unittype>
		<unittype>HasBountyValue</unittype>
		<unittype>ConvertsHerds</unittype>
		<unittype>AbstractWagon</unittype>
		<unittype>CannotConvertHill</unittype>
		<unittype>UnitClass</unittype>
		<unittype>Unit</unittype>
		<unittype>Military</unittype>  <!--here-->
		<unittype>AbstractCavalryInfantry</unittype>
		<unittype>AbstractCavalry</unittype>
		<unittype>AbstractRangedCavalry</unittype>
		<unittype>Transport</unittype>
~
	</unit>