From 49fc4d1d508e82c3de081e963a520504e01a2b1a Mon Sep 17 00:00:00 2001 From: zhaocy Date: Tue, 26 Jul 2022 22:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_activereward.json | 122 -------------------------------- modules/task/config.go | 2 +- 2 files changed, 1 insertion(+), 123 deletions(-) delete mode 100644 bin/json/game_activereward.json diff --git a/bin/json/game_activereward.json b/bin/json/game_activereward.json deleted file mode 100644 index 6ba67596e..000000000 --- a/bin/json/game_activereward.json +++ /dev/null @@ -1,122 +0,0 @@ -[ - { - "key": 1, - "id_tag": 1, - "active": 20, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 2, - "id_tag": 1, - "active": 40, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 3, - "id_tag": 1, - "active": 60, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 4, - "id_tag": 1, - "active": 80, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 5, - "id_tag": 1, - "active": 100, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 6, - "id_tag": 2, - "active": 40, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 7, - "id_tag": 2, - "active": 80, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 8, - "id_tag": 2, - "active": 120, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 9, - "id_tag": 2, - "active": 160, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - }, - { - "key": 10, - "id_tag": 2, - "active": 200, - "reword": [ - { - "a": "attr", - "t": "exp", - "n": 500 - } - ] - } -] \ No newline at end of file diff --git a/modules/task/config.go b/modules/task/config.go index 597e12048..01bc57560 100644 --- a/modules/task/config.go +++ b/modules/task/config.go @@ -11,7 +11,7 @@ import ( ) const ( - gameActiveReward = "game_activereward.json" + gameActiveReward = "game_taskactivereward.json" gameTaskRound = "game_taskround.json" )