terrain2wiki tool: link to images on stable 1.18 branch

This commit is contained in:
Severin Glöckner 2024-06-08 21:17:23 +02:00
parent 136f96e428
commit c2fbb745f7

View file

@ -13,7 +13,7 @@ import re
import argparse
# Where to get terrain images
terrain_url = "https://raw.github.com/wesnoth/wesnoth/1.14/data/core/images/terrain/%s.png"
terrain_url = "https://raw.github.com/wesnoth/wesnoth/1.18/data/core/images/terrain/%s.png"
def parse_terrain(data):