diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-25 22:21:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-25 22:21:14 -0300 |
commit | 05e6ffa722923ad7b587273e6326dcd644900915 (patch) | |
tree | 2c18ccf1d3c3168c9f97dcf254fa29a506bee28e /world/map/db | |
parent | 937fe930c2e316a5f7fdc36a92f555ff2343f86b (diff) | |
download | serverdata-05e6ffa722923ad7b587273e6326dcd644900915.tar.gz serverdata-05e6ffa722923ad7b587273e6326dcd644900915.tar.bz2 serverdata-05e6ffa722923ad7b587273e6326dcd644900915.tar.xz serverdata-05e6ffa722923ad7b587273e6326dcd644900915.zip |
Take advantage of a TMWA bug and use it to export data.
This allows TMW Legacy to make near full use of the Mirror Lake Protocol.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index f4625294..54df1324 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -499,3 +499,9 @@ SMSG_LEGAL 6 SMSG_MOTD 7 SMSG_AUTOMATIC 8 SMSG_EVENT 9 + +// API Export Protocols +API_VAULT 607 +API_SENDMAIL 501 +//API_DISCORD 301 +//API_PINCODE 302 |