From 084a8ea6648ecaddbcb31ea2ad173c32d3ce444e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 26 Mar 2025 19:17:12 -0400 Subject: [PATCH] Remove leftover debugging, edit README --- README.md | 2 +- src/world/ipc/common_spawn.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c40dd0..73370a0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Kawari is primarily a research project, but also a way to preserve the modern cl ## Supported Game Version -Kawari currently supports patch **7.2**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the current patch is moved to a branch (e.g. 7.1) These branches are for archival; effectively unsupported, but still useful. +Kawari currently supports patch **7.2**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the previous patch is moved to a branch (e.g. 7.1) These branches are for archival; effectively unsupported, but still useful. Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project. diff --git a/src/world/ipc/common_spawn.rs b/src/world/ipc/common_spawn.rs index e1fe197..2ce37f8 100644 --- a/src/world/ipc/common_spawn.rs +++ b/src/world/ipc/common_spawn.rs @@ -160,9 +160,7 @@ pub struct CommonSpawn { pub hp_curr: u32, pub display_flags: DisplayFlag, pub fate_id: u16, // assumed - #[br(dbg)] pub mp_curr: u16, - #[br(dbg)] pub mp_max: u16, pub unk: u16, /// See ModelChara Excel sheet