forked from github/server
fix integration test data file
This commit is contained in:
parent
1e4b860a2e
commit
7807e9e710
|
@ -384,8 +384,9 @@ static int tolua_faction_create(lua_State * L)
|
||||||
|
|
||||||
static int tolua_faction_get_password(lua_State * L)
|
static int tolua_faction_get_password(lua_State * L)
|
||||||
{
|
{
|
||||||
unused_arg(L);
|
faction *self = (faction *)tolua_tousertype(L, 1, 0);
|
||||||
return 0;
|
tolua_pushstring(L, self->_password);
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int tolua_faction_set_password(lua_State * L)
|
static int tolua_faction_set_password(lua_State * L)
|
||||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
ERESSEA 6rLo "4jLm82"
|
ERESSEA 6rLo "6rLo"
|
||||||
EINHEIT 7Lgf
|
EINHEIT 7Lgf
|
||||||
NACH NW NW
|
NACH NW NW
|
||||||
NAECHSTER
|
NAECHSTER
|
||||||
ERESSEA w86y "mrqa"
|
ERESSEA w86y "w86y"
|
||||||
EINHEIT uc3u
|
EINHEIT uc3u
|
||||||
STIRB "mrqa"
|
STIRB "mrqa"
|
||||||
NAECHSTER
|
NAECHSTER
|
||||||
|
|
Loading…
Reference in New Issue