From 48275cc9f5c813a4e0997ed317152f960dac03f0 Mon Sep 17 00:00:00 2001 From: Efrain Date: Thu, 18 Mar 2021 18:46:45 -0500 Subject: [PATCH] Added new game code --- assets/db/game_codes.json | 17 +++++++++++++++++ pubspec.lock | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/assets/db/game_codes.json b/assets/db/game_codes.json index a15a506e1..9d41e9acb 100644 --- a/assets/db/game_codes.json +++ b/assets/db/game_codes.json @@ -1,5 +1,22 @@ { "gameCodes": [ + { + "dateAdded": "03/18/2021", + "isExpired": false, + "code": "GS6ACJ775KNV", + "rewards": [ + { + "quantity": 60, + "materialType": "currency", + "image": "primogem.png" + }, + { + "quantity": 10000, + "materialType": "currency", + "image": "mora.png" + } + ] + }, { "dateAdded": "03/06/2021", "isExpired": true, diff --git a/pubspec.lock b/pubspec.lock index 12a2ffeee..d002b78c2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -217,7 +217,7 @@ packages: name: devicelocale url: "https://pub.dartlang.org" source: hosted - version: "0.4.0" + version: "0.4.1" dog: dependency: "direct main" description: