Commit 5d1d162
committed
fix(protocol): encode weekly expansion in store summary
Write the 15.25 Cyclopedia store-summary fields in the decoded order: Prey slots, Prey wildcards, Permanent Weekly Task Expansion, collection tokens, Charm Expansion, and hirelings.
Stop folding the legacy hunting-task slot into the Prey counter and source the dedicated expansion byte from the Task Board KV without changing the packet boundary.
Validation: lua tests/lua/test_taskboard_store_summary_wire.lua (1 passed, 0 failed); clang-format check passed for the changed lines.1 parent 7fe1ad7 commit 5d1d162
2 files changed
Lines changed: 26 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5142 | 5142 | | |
5143 | 5143 | | |
5144 | 5144 | | |
5145 | | - | |
5146 | | - | |
5147 | | - | |
5148 | | - | |
5149 | | - | |
5150 | | - | |
| 5145 | + | |
5151 | 5146 | | |
5152 | 5147 | | |
| 5148 | + | |
| 5149 | + | |
5153 | 5150 | | |
5154 | 5151 | | |
5155 | 5152 | | |
5156 | | - | |
5157 | 5153 | | |
5158 | 5154 | | |
5159 | 5155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments