Skip to content

Commit

Permalink
Document TERA.exe -> Tl.exe command 0x401.
Browse files Browse the repository at this point in the history
Part of #36.
  • Loading branch information
alexrp committed Aug 24, 2023
1 parent a7191e6 commit 0f55873
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/game/launcher-client-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,16 @@ struct LauncherAntiCheatStartedNotification

`error` contains the error code from the anti-cheat module.

### Unknown Command 1025 (`0x401`)
### Open Customer Support Command (`0x401`)

The exact purpose of this message is currently unknown.
`TERA.exe` asks `Tl.exe` to open the customer support website in the default Web
browser.

```cpp
struct LauncherOpenCustomerSupportCommand
{
};
```

### Unknown Command 1027 (`0x403`)

Expand Down

0 comments on commit 0f55873

Please sign in to comment.