Update ExileServer_system_territory_database_insert.sqf
Fixed _build_rights being placed in flag_stolen_by_uid and moderators being NULL
This commit is contained in:
parent
74d11b835a
commit
8eac733f88
@ -29,9 +29,9 @@ _data =
|
||||
1,
|
||||
_flagTexture,
|
||||
0,
|
||||
"Null",
|
||||
_build_rights,
|
||||
_moderators,
|
||||
"Null"
|
||||
_moderators
|
||||
];
|
||||
_extDB2Message = ["createTerritory", _data] call ExileServer_util_extDB2_createMessage;
|
||||
_territoryID = _extDB2Message call ExileServer_system_database_query_insertSingle;
|
||||
|
Loading…
Reference in New Issue
Block a user