diff --git a/server/channelserver/handlers_shop.go b/server/channelserver/handlers_shop.go index 8a1fbabfb..081528256 100644 --- a/server/channelserver/handlers_shop.go +++ b/server/channelserver/handlers_shop.go @@ -93,9 +93,7 @@ func handleMsgMhfEnumerateShop(s *Session, p mhfpacket.MHFPacket) { bf.WriteUint16(uint16(len(gachas))) bf.WriteUint16(uint16(len(gachas))) for _, g := range gachas { - if s.server.erupeConfig.RealClientMode >= cfg.GG { - //Before GG, there was no data for G1, so there was no data for G1 except for ID and name - //But the difference between G2 and G3 still needs to be tested, and the data for G1 and GG are already clear + if s.server.erupeConfig.RealClientMode >= cfg.G1 { bf.WriteUint32(g.ID) bf.WriteUint32(0) // Unknown rank restrictions bf.WriteUint32(0)