Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
resolver = "3"

[workspace.package]
version = "7.51.0"
version = "7.51.1"
edition = "2024"

[workspace.lints.clippy]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Modern server emulator for FFXIV. Updates for on the project can be found [on my

![](.github/main.png)

Kawari currently supports patch **7.51** (2026.05.25.0000.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).
Kawari currently supports patch **7.51h1** (2026.06.10.0000.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).

To get started, there is a guide to [running Kawari in our documentation](https://docs.xiv.zone/kawari/setup/overview.html).

Expand Down
10 changes: 5 additions & 5 deletions resources/data/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AETHERYTE_UNLOCK_BITMASK_SIZE: 30
AETHER_CURRENT_BITMASK_SIZE: 56
AETHER_CURRENT_COMP_FLG_SET_BITMASK_SIZE: 4
AVAILABLE_CLASSJOBS: 42
BASE_INVENTORY_ACTION: 243
BASE_INVENTORY_ACTION: 191
BEAST_TRIBE_ARRAY_SIZE: 20
BEGINNER_TRAINING_ARRAY_SIZE: 4
BUDDY_EQUIP_BITMASK_SIZE: 13
Expand Down Expand Up @@ -48,10 +48,10 @@ SUPPORTED_BOOT_VERSION: 2026.04.10.0000.0001
SUPPORTED_EXPAC_VERSIONS:
- 2026.05.15.0000.0000
- 2026.05.25.0000.0000
- 2026.05.25.0000.0000
- 2026.05.25.0000.0000
- 2026.05.25.0000.0000
SUPPORTED_GAME_VERSION: 2026.05.25.0000.0000
- 2026.06.10.0000.0000
- 2026.06.10.0000.0000
- 2026.06.10.0000.0000
SUPPORTED_GAME_VERSION: 2026.06.10.0000.0000
TITLE_UNLOCK_BITMASK_SIZE: 112
TRIAL_ARRAY_SIZE: 14
TRIPLE_TRIAD_CARDS_BITMASK_SIZE: 60
Expand Down
Loading
Loading