Commit fa4579913a6216fddab8ab50690b1d878fd4deb2

Authored by 陆恒
1 parent bc29d2f5

修复

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
@@ -537,7 +537,7 @@ func InitTaskAndAchievement(uuid int) error { @@ -537,7 +537,7 @@ func InitTaskAndAchievement(uuid int) error {
537 } 537 }
538 538
539 //成就 539 //成就
540 - alist, err := GetTaskInfo(uuid, 1) 540 + alist, err := GetTaskInfo(uuid, 2)
541 if alist == nil { 541 if alist == nil {
542 achievelist := new(TaskList) 542 achievelist := new(TaskList)
543 for _, val := range jsonconf.GetJsonConf().AchieventConfig { 543 for _, val := range jsonconf.GetJsonConf().AchieventConfig {