diff --git a/server/channelserver/handlers_house.go b/server/channelserver/handlers_house.go index c00c2be73..4676eeb79 100644 --- a/server/channelserver/handlers_house.go +++ b/server/channelserver/handlers_house.go @@ -119,8 +119,7 @@ func handleMsgMhfEnumerateHouse(s *Session, p mhfpacket.MHFPacket) { bf.WriteUint8(0) } bf.WriteUint16(house.HRP) - //to skip GR for client below G1 - if _config.ErupeConfig.RealClientMode >= _config.G1{ + if _config.ErupeConfig.RealClientMode >= _config.G10 { bf.WriteUint16(house.GR) } ps.Uint8(bf, house.Name, true)