fix a syntax error
This commit is contained in:
parent
3792a9e0dc
commit
68cb534706
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ filemoves = {
|
|||
("wesnoth-5.ogg", "northerners.ogg"),
|
||||
# And the holy->arcane change
|
||||
("type=holy", "type=arcane"),
|
||||
("holy=", "arcane=")
|
||||
("holy=", "arcane="),
|
||||
),
|
||||
"1.3.2" : (
|
||||
("misc/item-holywater.png", "items/holywater.png"),
|
||||
|
@ -243,7 +243,7 @@ filemoves = {
|
|||
("colour=7", "colour=orange"),
|
||||
("colour=8", "colour=white"),
|
||||
("colour=9", "colour=teal"),
|
||||
)
|
||||
),
|
||||
# An empty sentinel value at end is required.
|
||||
# Always have the current version here.
|
||||
"1.3.5" : ()
|
||||
|
|
Loading…
Add table
Reference in a new issue