Skip to content

Commit aa104bb

Browse files
committed
Add Field_08 to SMSG_QUERY_NEIGHBORHOOD_NAME_RESPONSE parser
1 parent c7ca09d commit aa104bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public static void HandleInvalidateNeighborhoodName(Packet packet)
223223
public static void HandleQueryNeighborhoodNameResponse(Packet packet)
224224
{
225225
packet.ReadPackedGuid128("NeighborhoodGUID");
226+
packet.ReadBool("Field_08");
226227
var nameLen = packet.ReadBits(8);
227228
packet.ReadWoWString("NeighborhoodName", nameLen);
228229
}

0 commit comments

Comments
 (0)