summaryrefslogtreecommitdiff
path: root/src/common/manaserv_protocol.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2023-05-05 12:37:13 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2023-05-05 22:12:57 +0200
commitb398fedc0cfe7394ae8e9df59964620fa23a79c2 (patch)
treec05623f1a14c74ae89f72b31b0610a5432b184c3 /src/common/manaserv_protocol.h
parentad07c93e31ec9cf6ecc508bf8df79ab62c24823e (diff)
downloadmanaserv-b398fedc0cfe7394ae8e9df59964620fa23a79c2.tar.gz
manaserv-b398fedc0cfe7394ae8e9df59964620fa23a79c2.tar.bz2
manaserv-b398fedc0cfe7394ae8e9df59964620fa23a79c2.tar.xz
manaserv-b398fedc0cfe7394ae8e9df59964620fa23a79c2.zip
Added net_stellarLoginUrl configuration
The client needs to know the URL to open in the browser. The bare token is still sent as well, which might allow the client to directly interact with a Stellar wallet in the future.
Diffstat (limited to 'src/common/manaserv_protocol.h')
-rw-r--r--src/common/manaserv_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 77b8e5ac..7d5c694f 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -80,7 +80,7 @@ enum {
PAMSG_LOGIN_RNDTRGR = 0x0015, // S username
APMSG_LOGIN_RNDTRGR_RESPONSE = 0x0016, // S random seed
PAMSG_STELLAR_LOGIN = 0x0017, // D version
- APMSG_STELLAR_LOGIN_RESPONSE = 0x0018, // B error, S token
+ APMSG_STELLAR_LOGIN_RESPONSE = 0x0018, // B error, S token, S url
PAMSG_CHAR_CREATE = 0x0020, // S name, B hair style, B hair color, B gender, B slot, {W stats}*
APMSG_CHAR_CREATE_RESPONSE = 0x0021, // B error, on success: B slot, S name, B gender, B hair style, B hair color,
// W character points, W correction points, B amount of items equipped,