mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
fix incorrect case for EnumerateHouse response
This commit is contained in:
@@ -119,8 +119,7 @@ func handleMsgMhfEnumerateHouse(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
bf.WriteUint8(0)
|
bf.WriteUint8(0)
|
||||||
}
|
}
|
||||||
bf.WriteUint16(house.HRP)
|
bf.WriteUint16(house.HRP)
|
||||||
//to skip GR for client below G1
|
if _config.ErupeConfig.RealClientMode >= _config.G10 {
|
||||||
if _config.ErupeConfig.RealClientMode >= _config.G1{
|
|
||||||
bf.WriteUint16(house.GR)
|
bf.WriteUint16(house.GR)
|
||||||
}
|
}
|
||||||
ps.Uint8(bf, house.Name, true)
|
ps.Uint8(bf, house.Name, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user