scroll.server/crates/logic
WiseDev 9d47484fe1 decode the two battle commands
command type 1 is LogicDoSpellCommand - the card the player put on the
field. it carries the usual command header, the deck slot, an optional
LogicSpell and the drop position. type 2 is
LogicCompleteTutorialBattleCommand, which reads its global id before the
header the way the achievement command does.

both execute to Ignored for now: the home logic is stopped during the
battle, so nothing on the server acts on them yet. decoding them stops
EndClientTurnMessage from being thrown away whole, which is what the
"unknown command type 1" warnings were.
2026-08-23 11:51:17 +03:00
..
src decode the two battle commands 2026-08-23 11:51:17 +03:00
Cargo.toml move players and accounts into postgres 2026-08-23 08:40:13 +03:00