mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
fix stubbed title enumeration
This commit is contained in:
@@ -294,7 +294,7 @@ func handleMsgMhfSaveDecoMyset(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
func handleMsgMhfEnumerateTitle(s *Session, p mhfpacket.MHFPacket) {
|
func handleMsgMhfEnumerateTitle(s *Session, p mhfpacket.MHFPacket) {
|
||||||
pkt := p.(*mhfpacket.MsgMhfEnumerateTitle)
|
pkt := p.(*mhfpacket.MsgMhfEnumerateTitle)
|
||||||
bf := byteframe.NewByteFrame()
|
bf := byteframe.NewByteFrame()
|
||||||
if pkt.CharID == s.charID {
|
if pkt.CharID == 0 {
|
||||||
titleCount := 114 // all titles unlocked
|
titleCount := 114 // all titles unlocked
|
||||||
bf.WriteUint16(uint16(titleCount)) // title count
|
bf.WriteUint16(uint16(titleCount)) // title count
|
||||||
bf.WriteUint16(0) // unk
|
bf.WriteUint16(0) // unk
|
||||||
|
|||||||
Reference in New Issue
Block a user