Skip to content

Commit

Permalink
Added new game code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 18, 2021
1 parent 6fe7d41 commit 48275cc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Expand Up @@ -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:
Expand Down

0 comments on commit 48275cc

Please sign in to comment.