fix tributes

This commit is contained in:
shoopea 2020-01-06 14:55:40 +08:00
parent fba88dfc42
commit d6b011c2b0

View File

@ -41,7 +41,7 @@ func cronSendWarReport() {
return
}
func cronSendWarReport() {
func cronTribute() {
muxClients.RLock()
for _, c := range clients {
if c.Active && c.Class == `Knight` {