From The Mana World
Revision as of 07:14, 2 February 2013 by LunaticEdit (talk | contribs) (Created page with "{{packet |nicename=Pasword Change Request |id=0x2740 |mode={{{mode}}} |length=54 |define=N/A |sent={{tmwa location|src/char/char.cpp|2497}} |parsed={{tmwa location|src/login/logi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Back

Pasword 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.