Updated Player Housing (markdown)

daerath
2019-01-27 14:19:29 -05:00
parent d51001af7b
commit fe932b997d
+2 -2
@@ -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.