From 7958ef83372d6ff5d224599b2b2babdd90545672 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 26 Jun 2023 21:32:23 +0100 Subject: [PATCH] Revert airdrop container grid size to pre-event size (10x12) instead of current 10x2 --- project/assets/database/templates/items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/templates/items.json b/project/assets/database/templates/items.json index 0eb63b04..c17e35ca 100644 --- a/project/assets/database/templates/items.json +++ b/project/assets/database/templates/items.json @@ -280718,7 +280718,7 @@ } ], "cellsH": 10, - "cellsV": 2, + "cellsV": 12, "minCount": 2, "maxCount": 2, "maxWeight": 0,