Bug 0002014: Zwergenausrüstung kann nicht hergestellt werden

Testcase auf Rasse Halbling geändert.
This commit is contained in:
CTD1 2014-07-15 15:37:09 +02:00
parent 6987c61d97
commit aae6ac34d9
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ end
function test_golem_use_four_iron()
local r0 = region.create(0, 0, "plain")
local f1 = faction.create("noreply@eressea.de", "dwarf", "de")
local f1 = faction.create("noreply@eressea.de", "halfling", "de")
local u1 = unit.create(f1, r0, 3)
u1.race = "irongolem"
u1:set_skill("weaponsmithing", 1)