fix a syntax error

This commit is contained in:
Gunter Labes 2007-07-11 21:09:36 +00:00
parent 3792a9e0dc
commit 68cb534706

View file

@ -213,7 +213,7 @@ filemoves = {
("wesnoth-5.ogg", "northerners.ogg"), ("wesnoth-5.ogg", "northerners.ogg"),
# And the holy->arcane change # And the holy->arcane change
("type=holy", "type=arcane"), ("type=holy", "type=arcane"),
("holy=", "arcane=") ("holy=", "arcane="),
), ),
"1.3.2" : ( "1.3.2" : (
("misc/item-holywater.png", "items/holywater.png"), ("misc/item-holywater.png", "items/holywater.png"),
@ -243,7 +243,7 @@ filemoves = {
("colour=7", "colour=orange"), ("colour=7", "colour=orange"),
("colour=8", "colour=white"), ("colour=8", "colour=white"),
("colour=9", "colour=teal"), ("colour=9", "colour=teal"),
) ),
# An empty sentinel value at end is required. # An empty sentinel value at end is required.
# Always have the current version here. # Always have the current version here.
"1.3.5" : () "1.3.5" : ()