diff --git a/bin/json/game_monsterformat.json b/bin/json/game_monsterformat.json index 96fc7076b..6e77863ef 100644 --- a/bin/json/game_monsterformat.json +++ b/bin/json/game_monsterformat.json @@ -5,9 +5,9 @@ "monsterList": [ -1, -1, - 250011, - -1, - -1 + 240023, + 240023, + 240023 ], "lv": 1, "hppro": 1, @@ -18,11 +18,11 @@ "Id": 101021, "captainId": -1, "monsterList": [ - 250011, - 250011, - -1, - -1, - -1 + 240023, + 240023, + 240023, + 240023, + 240023 ], "lv": 2, "hppro": 1.4, @@ -6603,13 +6603,13 @@ "Id": 501001, "captainId": 1, "monsterList": [ - 340065, - 340065, + 510043, + 510043, -1, -1, -1 ], - "lv": 23, + "lv": 4, "hppro": 1.1, "atkpro": 1.1, "defpro": 1.1 @@ -6618,28 +6618,13 @@ "Id": 501002, "captainId": 1, "monsterList": [ - 340065, - 340065, - 250015, - 340065, - 340065 + -1, + -1, + 510053, + 350034, + 510053 ], - "lv": 23, - "hppro": 1.1, - "atkpro": 1.1, - "defpro": 1.1 - }, - { - "Id": 501003, - "captainId": 1, - "monsterList": [ - 340065, - 340065, - 250015, - 340065, - 340065 - ], - "lv": 23, + "lv": 5, "hppro": 1.1, "atkpro": 1.1, "defpro": 1.1 @@ -20098,5 +20083,20 @@ "hppro": 4.8, "atkpro": 4.8, "defpro": 4.8 + }, + { + "Id": 700011, + "captainId": -1, + "monsterList": [ + -1, + -1, + 510031, + -1, + -1 + ], + "lv": 1, + "hppro": 1, + "atkpro": 1, + "defpro": 1 } ] \ No newline at end of file diff --git a/modules/task/model_task.go b/modules/task/model_task.go index c235f856b..359648b1e 100644 --- a/modules/task/model_task.go +++ b/modules/task/model_task.go @@ -292,7 +292,7 @@ func (this *ModelTask) doTaskHandle(event interface{}, next func(event interface "progress": progress, "status": 1, } - err = this.updateActive(tl.Uid, conf.Key) + // err = this.updateActive(tl.Uid, conf.Key) } else { if ret != nil && len(ret.Data) > 0 { progress = ret.Data[0]