Merge pull request #6 from StokesMagee/patch-1

Update ExileServer_system_territory_database_insert.sqf
This commit is contained in:
Brett Nordin 2018-03-09 21:03:53 -07:00 committed by GitHub
commit d8f915ded0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;