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:
StokesMagee 2018-03-09 22:38:17 -05:00 committed by GitHub
parent 74d11b835a
commit 8eac733f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@ _data =
1, 1,
_flagTexture, _flagTexture,
0, 0,
"Null",
_build_rights, _build_rights,
_moderators, _moderators
"Null"
]; ];
_extDB2Message = ["createTerritory", _data] call ExileServer_util_extDB2_createMessage; _extDB2Message = ["createTerritory", _data] call ExileServer_util_extDB2_createMessage;
_territoryID = _extDB2Message call ExileServer_system_database_query_insertSingle; _territoryID = _extDB2Message call ExileServer_system_database_query_insertSingle;