Commit 71003290741a1ef387bcb5f4d0f8a7d05aea5545

Authored by zhouhaihai
1 parent 52c87300

好友成就 bug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/models/RoleTask.lua
... ... @@ -343,6 +343,7 @@ function RoleTask.bind(Role)
343 343 [22] = true,
344 344 [23] = true,
345 345 [25] = true,
  346 + [37] = true,
346 347 }
347 348  
348 349 for tId , achiveData in pairs(csvdb["achievement_typeCsv"]) do
... ...