Make unit id unique.
Fixes bug reported by Korakinos in forum. Cloned from 1.10 branch.
This commit is contained in:
parent
80937695b7
commit
352a082037
3 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
Version 1.11.0+svn:
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
* Campaigns:
|
||||
* Under the Burning Suns:
|
||||
* Keep a spawned unit from disappearing on reload in scenario 6b
|
||||
|
||||
Version 1.11.0:
|
||||
* Add-ons client:
|
||||
|
|
|
@ -485,7 +485,7 @@
|
|||
# HARD: 1 dwarf steelclad, 2 thunderguard, 3 pathfinders
|
||||
|
||||
# 1 Dwarf Sergeant
|
||||
{NAMED_NOTRAIT_UNIT 2 (Dwarvish Fighter) 22 33 (Dwarf Sergeant) ( _ "Dwarf Sergeant")}
|
||||
{NAMED_NOTRAIT_UNIT 2 (Dwarvish Fighter) 22 33 (Advance Sergeant) ( _ "Dwarf Sergeant")}
|
||||
|
||||
# 2 Dwarf shooters
|
||||
#ifdef EASY
|
||||
|
|
|
@ -6,7 +6,9 @@ Version 1.11.0:
|
|||
* Language and i18n:
|
||||
* New translation: Ukrainian.
|
||||
* Updated translations:
|
||||
|
||||
* Campaigns:
|
||||
* Under the Burning Suns:
|
||||
* Keep a spawned unit from disappearing on reload in scenario 6b.
|
||||
|
||||
Version 1.11.0:
|
||||
* Add-ons client:
|
||||
|
@ -28,7 +30,7 @@ Version 1.11.0:
|
|||
* Added a note to all final scenarios, stating which one is the last
|
||||
scenario.
|
||||
* A Tale of Two Brothers:
|
||||
* Fix bug #19949: Turns left counter initially incorrect when objectives
|
||||
* Fix bug #19949: Turns left counter initially incorrect when objectives
|
||||
change and turn limit is extended.
|
||||
* The Chase: fixed some missing messages if no unit with role=speaker is
|
||||
present.
|
||||
|
|
Loading…
Add table
Reference in a new issue