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,
|
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