Update eressea.lua

Spell error in function name
This commit is contained in:
TomBraun 2014-07-05 08:35:45 +02:00
parent 8803b9d91f
commit 1c3e5166e6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ function test_stonegolems()
-- end test Stone Golems four stones -- end test Stone Golems four stones
end end
function test_only_building_ownwer_can_set_not_paid() function test_only_building_owner_can_set_not_paid()
local r = region.create(0, 0, "plain") local r = region.create(0, 0, "plain")
local f = faction.create("noreply@eressea.de", "human", "de") local f = faction.create("noreply@eressea.de", "human", "de")
local u1 = unit.create(f, r, 1) local u1 = unit.create(f, r, 1)