docs: log bookshelf data pointer fix in changelog and technical debt tracker

This commit is contained in:
Houmgaor
2026-02-27 16:53:35 +01:00
parent 4c47c8e18f
commit 649eebe67c
2 changed files with 4 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed bookshelf save data pointer being off by 14810 bytes for G1Z2, F4F5, and S6 game versions — corrected offsets to 103928, 71928, and 23928 respectively ([#164](https://github.com/Mezeporta/Erupe/issues/164))
- Fixed guild alliance application toggle being hardcoded to always-open — now persisted in DB and togglable by the parent guild leader via `OperateJoint` Allow/Deny actions ([#166](https://github.com/Mezeporta/Erupe/issues/166))
- Fixed gacha shop not working on G1GG clients due to protocol differences in `handleMsgMhfEnumerateShop` when `ShopType` is 1 or 2 — thanks @Sin365 (#150)
- Config file handling and validation