Fixed bug #18117, saved games with Qatif-al-nar became corrupted.
Updated changelog, players changelog.
This commit is contained in:
parent
cb5ab854be
commit
ca2d590635
4 changed files with 7 additions and 3 deletions
|
@ -36,6 +36,7 @@ Version 1.9.7+svn:
|
|||
(along with boost.thread and boost.system) is now a dependency for
|
||||
the client no matter whether ANA is enabled.
|
||||
* Support for gamepads/joysticks
|
||||
* Fixed bug #18117, saved games with Qatif-al-nar became corrupted
|
||||
* Fixed bug #18120, where Khalifate units were not getting the default ALMA
|
||||
|
||||
Version 1.9.7:
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
experience=38
|
||||
level=1
|
||||
alignment=lawful
|
||||
advances_to=Qatif-al-nar
|
||||
# Below unit id changed to use underscores in unit ID only (not in displayed name) to fix bug #18117
|
||||
advances_to=Qatif_al_nar
|
||||
cost=17
|
||||
usage=archer
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#textdomain wesnoth-units
|
||||
[unit_type]
|
||||
id=Qatif-al-nar
|
||||
# Below unit id changed to use underscores in unit ID only (not in displayed name) to fix bug #18117
|
||||
id=Qatif_al_nar
|
||||
name= _ "Qatif-al-nar"
|
||||
race=khalifate
|
||||
image="units/khalifate/qatif-al-nar.png"
|
||||
|
|
|
@ -23,8 +23,9 @@ Version 1.9.7+svn:
|
|||
* Changed behavior of invalid actions (no longer immediately discarded)
|
||||
|
||||
* Miscellaneous and bugfixes:
|
||||
* Fixed bug #18117, saved games with Qatif-al-nar became corrupted
|
||||
* Fixed bug #18120, where Khalifate units were not getting the default ALMA
|
||||
|
||||
|
||||
Version 1.9.7:
|
||||
* Graphics:
|
||||
* Terrains:
|
||||
|
|
Loading…
Add table
Reference in a new issue