From The Mana World
m (tyop)
(fix sent)
Line 5: Line 5:
|length=54
|length=54
|define=N/A
|define=N/A
|sent={{mana location|src/net/tmwa/loginhandler.cpp|262}}
|sent={{tmwa location|src/char/char.cpp}}
|parsed={{tmwa location|src/login/login.cpp|1674}}
|parsed={{tmwa location|src/login/login.cpp}}
|fields=
|fields=
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  0 |  2 | Packet ID    }}

Revision as of 22:32, 16 May 2013

< Back

Password Change Request

Packet ID:0x2740
Packet Length:54
Client Defined:N/A
Sent Location(s):src/char/char.cpp
Parsed Location(s):src/login/login.cpp


Fields

Offset Length Contents
0 2 Packet ID
2 4 Account ID
6 24 Old Password
30 24 New Password


Description

Sent from the character server to the login server immediately after a client sends Change Password Request. Upon completing the request; Login server shall respond to character server with Password Change Reply.