From 1f0ea6ac235667d7fd7abbcb70e2c5c15548fb4f Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Thu, 26 Feb 2026 21:51:52 +0100 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20log=20gacha=20shop=20fix=20f?= =?UTF-8?q?or=20G1=E2=80=93GG=20clients=20(#150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0da1d18e..90700ed44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed gacha shop not working on G1–GG clients due to protocol differences in `handleMsgMhfEnumerateShop` when `ShopType` is 1 or 2 — thanks @Sin365 (#150) - Config file handling and validation - Fixes 3 critical race condition in handlers_stage.go. - Fix an issue causing a crash on clans with 0 members.