forked from github/server
fix test to match new flag values
This commit is contained in:
parent
518db87015
commit
de9d73bd5a
|
@ -51,7 +51,7 @@ function test_flags()
|
|||
local f = create_faction('halfling')
|
||||
local u = unit.create(f, r, 1)
|
||||
local no = itoa36(f.id)
|
||||
local flags = 50332673
|
||||
local flags = 50332672
|
||||
f.flags = flags
|
||||
|
||||
eressea.write_game("test.dat")
|
||||
|
|
Loading…
Reference in New Issue