Skip to content

Commit

Permalink
Move OnlinePlayer above PlayersList(Friends) structs referencing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Oct 12, 2024
1 parent d2bf358 commit d59a807
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions xml/net/server/protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,20 @@
<field name="content" type="blob"/>
</struct>

<struct name="OnlinePlayer">
<comment>A player in the online list</comment>
<chunked>
<field name="name" type="string"/>
<break/>
<field name="title" type="string"/>
<break/>
<field name="level" type="char"/>
<field name="icon" type="CharacterIcon"/>
<field name="class_id" type="char"/>
<field name="guild_tag" type="string"/>
</chunked>
</struct>

<struct name="PlayersList">
<comment>Information about online players</comment>
<chunked>
Expand All @@ -465,20 +479,6 @@
</chunked>
</struct>

<struct name="OnlinePlayer">
<comment>A player in the online list</comment>
<chunked>
<field name="name" type="string"/>
<break/>
<field name="title" type="string"/>
<break/>
<field name="level" type="char"/>
<field name="icon" type="CharacterIcon"/>
<field name="class_id" type="char"/>
<field name="guild_tag" type="string"/>
</chunked>
</struct>

<struct name="CharacterSelectionListEntry">
<comment>Character selection screen character</comment>
<chunked>
Expand Down

0 comments on commit d59a807

Please sign in to comment.