From fe932b997d1ab8d91d067a7fc69baa710a88b35c Mon Sep 17 00:00:00 2001 From: daerath Date: Sun, 27 Jan 2019 14:19:29 -0500 Subject: [PATCH] Updated Player Housing (markdown) --- Player-Housing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Player-Housing.md b/Player-Housing.md index 13ed98c..5dcca31 100644 --- a/Player-Housing.md +++ b/Player-Housing.md @@ -130,8 +130,8 @@ Once the first neighborhood is parsed, the format repeats for the next Neighborh | Player Name Length | 4 | | | Player Name | Player Name Length | Not null terminated | | # of Guilds | 2 | | -| Guild ID | 4 | If no guilds, this field is not in the packet. | -| Guild Terminator | 4 | 147,0,0,0 : If no guilds, this field is not in the packet. | +| Guild ID | 4 | If # of guilds = 0, this field is not in the packet. | +| Guild Terminator | 4 | 147,0,0,0 : If # of guilds = 0, this field is not in the packet. | If # of Players is greater than 0, the fields Player Name Length and Player Name repeat. The same is true for # of Guilds.