From b58dc22130cda49a91359ba389762a765a92e137 Mon Sep 17 00:00:00 2001 From: Arham Siddiqui Date: Sat, 7 Jun 2014 01:28:10 +0000 Subject: [PATCH] Update MediaWiki page '718 Friends packet' --- 718-Friends-packet.mediawiki | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/718-Friends-packet.mediawiki b/718-Friends-packet.mediawiki index 044350f..fdd669a 100644 --- a/718-Friends-packet.mediawiki +++ b/718-Friends-packet.mediawiki @@ -1,25 +1,25 @@ [[Category Packet]] [[Category Packet 718]] -

Description

+{{packet|name=Friends packet|description=Sends friend data to the client|opcode=2|type=VARIABLE_SHORT|length=-2|revision=718}} +== Friends packet == -

Sends friend data to the client -

-

Packet Structure

- - - - +=== Description === - - - - - - - - - - -
Data type - Description -
Byte If it is a warning message
String Display name
String If the display name does not equal the player's username, then this sends the username
Short The World ID
Byte The player's rank
String Display name
\ No newline at end of file +Sends friend data to the client + +=== Packet Structure === + +{| border=2 +! Data type +! Description +|- +| [[Data Types#Standard data types|Short]] || If it is a warning message. +|- +| [[Data Types#Standard data types|String]] || Display name +|- +| [[Data Types#Standard data types|String]] || If the display name does not equal the player's username, then this sends the username +|- +| [[Data Types#Standard data types|Short]] || The World ID +|- +| [[Data Types#Standard data types|Byte]] || The player's rank +|} \ No newline at end of file