diva scheduler and cleanup

This commit is contained in:
wish
2022-08-26 17:26:24 +10:00
parent f80a807fb1
commit 09b5de79d3
3 changed files with 90 additions and 45 deletions

View File

@@ -946,7 +946,7 @@ func handleMsgMhfInfoGuild(s *Session, p mhfpacket.MHFPacket) {
bf.WriteBytes(guildLeaderName)
bf.WriteBytes([]byte{0x00, 0x00, 0x00, 0x00}) // Unk
bf.WriteBool(false) // isReturnGuild
bf.WriteBool(false) // Unk
bf.WriteBool(false) // earnedSpecialHall
bf.WriteBytes([]byte{0x02, 0x02}) // Unk
bf.WriteUint32(guild.EventRP)
ps.Uint8(bf, guild.PugiName1, true)