Merge pull request #6 from StokesMagee/patch-1
Update ExileServer_system_territory_database_insert.sqf
This commit is contained in:
commit
d8f915ded0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user