broken test of magic skill cost (magician must not be human in e3)

This commit is contained in:
Enno Rehling 2010-08-28 13:41:02 -07:00
parent e3c2ac1ec6
commit 1f489bafee
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ end
function test_expensive_skills_cost_money() function test_expensive_skills_cost_money()
local r = region.create(0,0, "mountain") local r = region.create(0,0, "mountain")
local f = faction.create("noreply@eressea.de", "human", "de") local f = faction.create("noreply@eressea.de", "elf", "de")
local u = unit.create(f, r, 1) local u = unit.create(f, r, 1)
u:add_item("money", 10000) u:add_item("money", 10000)
u:clear_orders() u:clear_orders()