forked from github/server
Merge branch 'master' of ssh://eressea_git/home/eressea/repo/eressea
This commit is contained in:
commit
9fcf31f44e
3 changed files with 278 additions and 278 deletions
|
@ -48,7 +48,7 @@ function process(orders)
|
|||
update_scores()
|
||||
frost.update()
|
||||
|
||||
local localechange = { de = { "ii" } }
|
||||
local localechange = { en = { "L46o" } }
|
||||
change_locales(localechange)
|
||||
|
||||
-- use newfactions file to place out new players
|
||||
|
|
|
@ -417,7 +417,7 @@ function test_alliance()
|
|||
assert(f2.alliance~=nil)
|
||||
assert(f2.alliance==f1.alliance)
|
||||
for f in f1.alliance.factions do
|
||||
assert_true(f==f1 or f==f2)
|
||||
assert_true(f.id==f1.id or f.id==f2.id)
|
||||
end
|
||||
u1:clear_orders()
|
||||
u2:clear_orders()
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue