From 557e641fca8792fa4f84f0c4c20540af8edac7c8 Mon Sep 17 00:00:00 2001
From: Melledy <52122272+Melledy@users.noreply.github.com>
Date: Fri, 6 May 2022 20:04:25 -0700
Subject: [PATCH] Fix missing comma in expedition reward's json

---
 data/ExpeditionReward.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/ExpeditionReward.json b/data/ExpeditionReward.json
index 61c720f0..b7c5db45 100644
--- a/data/ExpeditionReward.json
+++ b/data/ExpeditionReward.json
@@ -128,7 +128,7 @@
 				]
 			}
 		]
-	}
+	},
 	{
 		"expId": 103,
 		"expeditionRewardDataList": [
-- 
GitLab