mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
gacha shop min version range:G1
This commit is contained in:
@@ -79,7 +79,7 @@ func handleMsgMhfEnumerateShop(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
switch pkt.ShopType {
|
switch pkt.ShopType {
|
||||||
case 1: // Running gachas
|
case 1: // Running gachas
|
||||||
// Fundamentally, gacha works completely differently, just hide it for now.
|
// Fundamentally, gacha works completely differently, just hide it for now.
|
||||||
if s.server.erupeConfig.RealClientMode <= cfg.G1 {
|
if s.server.erupeConfig.RealClientMode < cfg.G1 {
|
||||||
doAckBufSucceed(s, pkt.AckHandle, make([]byte, 4))
|
doAckBufSucceed(s, pkt.AckHandle, make([]byte, 4))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user