From d51001af7bd40f8088b2d79eb251f0b9fba912a4 Mon Sep 17 00:00:00 2001 From: daerath Date: Sun, 27 Jan 2019 14:19:01 -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 a658ada..13ed98c 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 | | -| Guild Terminator | 4 | 147,0,0,0 | +| 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. | If # of Players is greater than 0, the fields Player Name Length and Player Name repeat. The same is true for # of Guilds.