Prevent wmllint from updating a compatibility unit
This commit is contained in:
parent
16755deb60
commit
e73bb70179
1 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue