fix(net): Campaign LA LA7a review fixes — AD-97 register row, corrected restore justification
The Opus retail-lens review decoded the PDB-paired binary at CPlayerSystem::RestoreCharacter@0x0055d760 and refuted the uninitialized-edx justification: the two extra arguments are real push imm32 of a constant PStringBase (BN mis-renders them, but they pack to >=4 bytes each), so retail 0xF7D9 is >=16 bytes where ours is 8. The guid-only CODE stands (ACE reads only the guid; holtburger consensus) but it is an adaptation, not a corrected decompile — filed as divergence register AD-97 and the doc comment now states the true mechanism. Also from the review: the 0xF643 conditional-parse doc now names BOTH ACE flag-only failure branches (NameInUse + Corrupt); CharacterError 0x08 doc corrected (ACE misnames it ServerCrash2 — the port corrects an ACE misnaming; ACE omits three values, not four); LA7b hazard notes added (ACE silent no-reply on unknown restore guid; retail SendToLogon vs SendToControl routing; NumErrors never rendered); two review-nit tests (flag=0 Undef flag-only, non-Ok body with trailing bytes ignored). Core.Net suite: 953 passed / 0 failed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
6a32f37589
commit
4338b1c1f3
5 changed files with 100 additions and 34 deletions
|
|
@ -43,6 +43,13 @@ namespace AcDream.Core.Net.Messages;
|
|||
/// </para>
|
||||
///
|
||||
/// <para>
|
||||
/// Routing note for LA7b: retail transmits this request via
|
||||
/// <c>Proto_UI::SendToLogon</c> (the restore request rides
|
||||
/// <c>SendToControl</c>); ACE sends its acknowledgement and the follow-up
|
||||
/// refreshed CharacterList on <c>GameMessageGroup.UIQueue</c>.
|
||||
/// </para>
|
||||
///
|
||||
/// <para>
|
||||
/// After the ack, ACE immediately follows with a fresh <see cref="CharacterList"/>
|
||||
/// so the roster reflects the character's new pending-delete state
|
||||
/// (<c>CharacterHandler.CharacterDelete</c>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue