Merge branch 'hotfix-3-5-3' of github.com:eressea/server into hotfix-3-5-3

This commit is contained in:
Enno Rehling 2015-07-11 14:35:51 +02:00
commit d9008d0525
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ for _, p in ipairs(players) do
local index = math.random(#sel) local index = math.random(#sel)
start = sel[index] start = sel[index]
end end
create_curse(nil, r, 'holyground', 1, 52)
num_seeded = 0 num_seeded = 0
end end
local dupe = false local dupe = false