From fd4e02e4de524ea9ebfaba0a80dbbf1fcb83063b Mon Sep 17 00:00:00 2001 From: daerath Date: Sat, 26 Jan 2019 16:09:31 -0500 Subject: [PATCH] Updated Player Housing (markdown) --- Player-Housing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Player-Housing.md b/Player-Housing.md index 0c38907..0c7fe42 100644 --- a/Player-Housing.md +++ b/Player-Housing.md @@ -114,6 +114,7 @@ Once the first neighborhood is parsed, the format repeats for the next Neighborh | Player Search Criteria | 64 | A player's name. 63 bytes plus 1 for the null terminator. | | Guild Search Criteria | 64 | A guild's name. 63 bytes plus 1 for the null terminator. | | Unknown | 2 | Always 1,1 | +| Unknown | 2 | Always 132,0 (Seen in RoF, but not in Live) | ## Response to click to get neighborhood details (Server -> Client)