From The Mana World
Revision as of 19:45, 25 December 2012 by O11c (talk | contribs) (document)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Back

{{{nicename}}}

Packet ID:0x7530
Packet Length:2
Client Defined:CMSG_SERVER_VERSION_REQUEST
Sent Location(s):src/net/tmwa/loginhandler.cpp:220
Parsed Location(s):src/login/login.cpp (client)

src/login/login.cpp (ladmin)

src/char/char.cpp

src/map/clif.cpp


Fields

Offset Length Contents
0 2 packet ID


Description

Request the server version. The client sends this to the login-server as the very first thing.

All servers parse this, even the ones the client does not currently send it to.

It is also used internally.