fix sycntx

This commit is contained in:
CHIEFSOFT\ameye
2023-10-27 18:56:58 -04:00
parent b52eb1714b
commit 4605fef99b
+1 -1
View File
@@ -414,7 +414,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){
'amount' => int 100500
'family_transfer_mode' => int 100
*/
}
// }
long member_id = REQ_LONG(in, "member_id", 1, -1);
long amount = REQ_LONG(in, "amount", 1, -1);
REQ_STRING(in, "family_uid", 2, 50, "(.*)");