Prevent wmllint from updating a compatibility unit

This commit is contained in:
Elvish_Hunter 2022-05-15 10:21:30 +02:00
parent 16755deb60
commit e73bb70179

View file

@ -165,11 +165,11 @@
# Temporary unit to not break anything someone might have in 1.15.x, but should be removed eventually.
[unit_type]
id=Giant Stoat
name= _ "Giant Stoat"
description= _ "Giant Stoats are obsolete, use Frost Stoat."
id=Giant Stoat # wmllint: noconvert
name= _ "Giant Stoat" # wmllint: noconvert
description= _ "Giant Stoats are obsolete, use Frost Stoat." # wmllint: noconvert
[base_unit]
id=Frost Stoat
[/base_unit]
{DEPRECATED_UNIT "Giant Stoat" "Frost Stoat" 1.17}
{DEPRECATED_UNIT "Giant Stoat" "Frost Stoat" 1.17} # wmllint: noconvert
[/unit_type]