diff options
author | gumi <git@gumi.ca> | 2018-12-30 16:06:06 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-12-30 16:32:51 -0500 |
commit | a56b3ea671e9cc74b3f9ea723bc149e83212b998 (patch) | |
tree | a595027339f278c83e4ca8c30454900bdff7f70a /src/map/chrif.hpp | |
parent | a860cff760e39dc63de529991131fe295e03f543 (diff) | |
download | tmwa-a56b3ea671e9cc74b3f9ea723bc149e83212b998.tar.gz tmwa-a56b3ea671e9cc74b3f9ea723bc149e83212b998.tar.bz2 tmwa-a56b3ea671e9cc74b3f9ea723bc149e83212b998.tar.xz tmwa-a56b3ea671e9cc74b3f9ea723bc149e83212b998.zip |
pre-send the auth details to map servers instead of blindly trusting 0x0072
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 655103d..ea8096c 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -44,6 +44,8 @@ void chrif_char_ask_name(AccountId id, CharName character_name, short operation_ int chrif_saveaccountreg2(dumb_ptr<map_session_data> sd); int chrif_send_divorce(CharId char_id); +void chrif_parse_preauth(Session *s, const Packet_Fixed<0x3829>& fixed); + void do_init_chrif(void); } // namespace map } // namespace tmwa |