Skip to content

Commit 5c0a03e

Browse files
committed
Rename Field_87 to IsBasicMove to CMSG_HOUSING_DECOR_MOVE_DECOR
1 parent 01a7956 commit 5c0a03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void HandleHousingDecorMove(Packet packet)
5151
packet.ReadInt32("Field_80");
5252
packet.ReadByte("Field_85");
5353
packet.ReadByte("Field_86");
54-
packet.ReadBool("Field_87");
54+
packet.ReadBool("IsBasicMove");
5555
}
5656

5757
[Parser(Opcode.CMSG_HOUSING_DECOR_REMOVE_PLACED_DECOR_ENTRY)]

0 commit comments

Comments
 (0)