From The Mana World
(actually, named arguments would be better)
(let's add new templates for locations)
Line 2: Line 2:
|length=-1
|length=-1
|define=SMSG_UPDATE_HOST
|define=SMSG_UPDATE_HOST
|sent=src/login/login.cpp:3649
|sent={{tmwa location|src/login/login.cpp|3649}}
|parsed=src/net/tmwa/loginhandler.cpp:103
|parsed={{mana location|src/net/tmwa/loginhandler.cpp|103}}
|description=
|description=
This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org
This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org

Revision as of 21:43, 18 November 2012

< Back

{{{nicename}}}

Packet ID:[[Net:{{{id}}}|{{{id}}}]]
Packet Length:-1
Client Defined:SMSG_UPDATE_HOST
Sent Location(s):src/login/login.cpp
Parsed Location(s):src/net/tmwa/loginhandler.cpp:103


Fields

{{{fields}}}
Offset Length Contents


Description

This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org

It is only sent if an update host is specified for the server (there is one in the default configuration) and the client identifies as accepting an update host (which all supported clients do).