From 688e2b77cd6f657843ccc8bbaef84fe4b2270884 Mon Sep 17 00:00:00 2001 From: haze Date: Thu, 18 Apr 2024 07:51:40 +0000 Subject: [PATCH] fix assort.json syntax inconsistencies (!296) Two lines changed - removed two sets of quotation marks for int-typed variables Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/296 Co-authored-by: haze Co-committed-by: haze --- .../database/traders/5a7c2eca46aef81a7ca2145d/assort.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json b/project/assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json index bf6e7552..8dab2ce1 100644 --- a/project/assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json +++ b/project/assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json @@ -2630,7 +2630,7 @@ "slotId": "hideout", "upd": { "StackObjectsCount": 11956, - "BuyRestrictionMax": "8", + "BuyRestrictionMax": 8, "BuyRestrictionCurrent": 0 } }, @@ -4567,7 +4567,7 @@ "slotId": "hideout", "upd": { "StackObjectsCount": 5962, - "BuyRestrictionMax": "4", + "BuyRestrictionMax": 4, "BuyRestrictionCurrent": 0 } },