Skip to content

Commit 0bcd9d8

Browse files
committed
Add misisng Field_87 to CMSG_HOUSING_DECOR_MOVE_DECOR
1 parent 9f95f81 commit 0bcd9d8

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
@@ -50,7 +50,7 @@ public static void HandleHousingDecorMove(Packet packet)
5050
packet.ReadInt32("Field_80");
5151
packet.ReadByte("Field_85");
5252
packet.ReadByte("Field_86");
53-
packet.ReadBit();
53+
packet.ReadBool("Field_87");
5454
}
5555

5656
[Parser(Opcode.CMSG_HOUSING_DECOR_REMOVE_PLACED_DECOR_ENTRY)]

0 commit comments

Comments
 (0)