fix test to match new flag values

This commit is contained in:
Enno Rehling 2017-07-09 15:43:37 +02:00
parent 518db87015
commit de9d73bd5a
1 changed files with 1 additions and 1 deletions

View File

@ -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")