Skip to content

Commit e563f6b

Browse files
committed
Add Result to SMSG_HOUSING_SERVICES_GET_OTHERS_PLAYER_OWNED_HOUSES_RESPONSE & SMSG_HOUSING_SERVICES_GET_PLAYER_OWNED_HOUSES_RESPONSE
1 parent 0bcd9d8 commit e563f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static void HandleHousingServiceGetOwnedHousesResponse(Packet packet)
184184
var count = packet.ReadUInt32("Count");
185185
for (uint i = 0; i < count; i++)
186186
{
187-
packet.ReadBit("Field_4", i);
187+
packet.ReadByteE<HousingResult>("Result", i);
188188
ReadHouse(packet, i);
189189
}
190190
}

0 commit comments

Comments
 (0)