wmllint: add new conversion rule for the Elvish Fighter image path

This commit is contained in:
Tahsin Jahin Khalid 2023-06-20 18:22:50 +06:00 committed by GitHub
parent 60ab78c9c0
commit 6a0df44c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1288,6 +1288,8 @@ linechanges = (
("portraits/monsters/sea-serpent.png", "portraits/monsters/sea-serpent.webp"),
("portraits/monsters/big-icemonax.png", "portraits/monsters/big-icemonax.webp"),
("portraits/monsters/ogre.png", "portraits/monsters/ogre.webp"),
# introduced in wesnoth 1.17.19
("units/elves-wood/fighter.png", "units/elves-wood/fighter/fighter.png"),
)