update develop
This commit is contained in:
parent
e790746f53
commit
d6111cc733
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
2
public
2
public
|
@ -1 +1 @@
|
|||
Subproject commit c935c315a3ea01603ec80f3abe8a10d00a688b4c
|
||||
Subproject commit ec13bc8a4c52288af89a900dc457a76e7fedc659
|
|
@ -0,0 +1,42 @@
|
|||
71001,71002,71003,72001,72002,72003,72004,72005,73001,73002,73003,73004,74001,74002,74003,74004,74005,74006,75001,75002,75003,75004,75005,75006,76001,76002,76003,76004,76005,76006,77001,77002,77003,77004,77005,78001,78002,78003,79001,79002,79003,79004,79005,77006
|
||||
|
||||
5001,5002,5003,5004,5005,5006
|
||||
|
||||
"72005":NumberLong(16),
|
||||
"71001":NumberLong(66),
|
||||
"71003":NumberLong(112),
|
||||
"72004":NumberLong(8),
|
||||
"71002":NumberLong(8),
|
||||
"73002":NumberLong(16),
|
||||
"72003":NumberLong(23),
|
||||
"73001":NumberLong(41),
|
||||
"74004":NumberLong(32),
|
||||
"75002":NumberLong(48),
|
||||
"76006":NumberLong(58),
|
||||
"79005":NumberLong(136),
|
||||
"75003":NumberLong(5),
|
||||
"72002":NumberLong(3),
|
||||
"79001":NumberLong(3),
|
||||
"72001":NumberLong(8),
|
||||
"76003":NumberLong(1),
|
||||
"75005":NumberLong(6),
|
||||
"77004":NumberLong(10),
|
||||
"76001":NumberLong(2),
|
||||
"75006":NumberLong(1),
|
||||
"75004":NumberLong(1),
|
||||
"75001":NumberLong(1),
|
||||
"76002":NumberLong(1)
|
||||
|
||||
|
||||
"30008":NumberLong(84),
|
||||
"30009":NumberLong(6),
|
||||
"30010":NumberLong(13),
|
||||
"30011":NumberLong(13)
|
||||
|
||||
|
||||
"5001":NumberLong(2),
|
||||
"5002":NumberLong(18),
|
||||
"5003":NumberLong(6),
|
||||
"5004":NumberLong(13),
|
||||
"5005":NumberLong(13),
|
||||
"5006":NumberLong(4)
|
|
@ -291,11 +291,11 @@ func (tm *TmMatch) RobotGradesDecline(round int) {
|
|||
}
|
||||
}
|
||||
}
|
||||
//logger.Logger.Tracef("======积分衰减======当前第 %v 轮============", round)
|
||||
//for i, infos := range tm.robotGrades {
|
||||
// logger.Logger.Tracef(">>>积分历史>>> 第 %v 轮", i)
|
||||
// for _, info := range infos {
|
||||
// logger.Logger.Trace("Snid: ", info.copySnid, " grade: ", info.grade, " copyLv: ", info.copyLv, " copyRoleId: ", info.copyRoleId)
|
||||
// }
|
||||
//}
|
||||
logger.Logger.Tracef("======积分衰减======当前第 %v 轮============", round)
|
||||
for i, infos := range tm.robotGrades {
|
||||
logger.Logger.Tracef(">>>积分历史>>> 第 %v 轮", i)
|
||||
for _, info := range infos {
|
||||
logger.Logger.Trace("Snid: ", info.copySnid, " grade: ", info.grade, " copyLv: ", info.copyLv, " copyRoleId: ", info.copyRoleId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue