Require targetUserId for item transfers
This commit is contained in:
@@ -29,7 +29,7 @@ This is a behavior guide for packet semantics beyond raw schemas.
|
||||
- `ping`: latency measurement.
|
||||
- `item_add`, `item_pickup`, `item_drop`, `item_delete`, `item_use`, `item_update`: item actions.
|
||||
- `item_transfer_targets`: request transfer target accounts for one item (includes online + offline active users, excluding current owner).
|
||||
- `item_transfer`: transfer item ownership to another account (supports `targetUserId`; `targetId` remains accepted for compatibility).
|
||||
- `item_transfer`: transfer item ownership to another account (`targetUserId` required).
|
||||
- `item_secondary_use`: trigger type-specific secondary action when implemented.
|
||||
- `item_piano_note`: realtime piano note on/off for active piano use mode.
|
||||
- `item_piano_recording`: piano record/playback control (`toggle_record`, `playback`, `stop_playback`).
|
||||
|
||||
Reference in New Issue
Block a user