From 1f489bafeea59df6a2067f25b0a226182e390760 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 28 Aug 2010 13:41:02 -0700 Subject: [PATCH] broken test of magic skill cost (magician must not be human in e3) --- scripts/tests/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/common.lua b/scripts/tests/common.lua index e54736e74..76bc5a763 100644 --- a/scripts/tests/common.lua +++ b/scripts/tests/common.lua @@ -644,7 +644,7 @@ end function test_expensive_skills_cost_money() 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) u:add_item("money", 10000) u:clear_orders()