Skip to content

Commit 916b3f3

Browse files
committed
Add missing bit to SMSG_HOUSING_DECOR_SELECT_DECOR_RESPONSE parser
1 parent 3883618 commit 916b3f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ public static void HandleHousingDecorSelectDecorResponse(Packet packet)
139139
packet.ReadPackedGuid128("PlayerGUID");
140140
packet.ReadUInt32("Field_16");
141141
packet.ReadByteE<HousingResult>("Result");
142-
packet.ReadBool("Selected");
142+
packet.ReadBit("Selected");
143+
packet.ReadBit("Field_17");
143144
}
144145

145146
[Parser(Opcode.SMSG_HOUSING_DECOR_SET_EDITOR_MODE_ACTIVE_RESPONSE)]

0 commit comments

Comments
 (0)