reimplement lazy packets

This commit is contained in:
wish
2024-10-28 23:48:49 +11:00
parent 67a5dc412c
commit db4120bb85
11 changed files with 57 additions and 36 deletions

View File

@@ -324,7 +324,7 @@ func HandleMsgMhfOperateGuildMember(s *Session, db *sqlx.DB, p mhfpacket.MHFPack
for _, channel := range s.Server.Channels {
for _, session := range channel.sessions {
if session.CharID == pkt.CharID {
service.SendMailNotification(s, &mail, session)
service.SendMailNotification(&mail, session)
}
}
}