File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
WowPacketParserModule.V11_0_0_55666/Parsers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ public static void HandleHousingDecorMove(Packet packet)
4444 packet . ReadVector3 ( "Position" ) ;
4545 packet . ReadVector3 ( "Rotation" ) ;
4646 packet . ReadSingle ( "Scale" ) ;
47- packet . ReadPackedGuid128 ( "AttachParentGUID " ) ;
47+ packet . ReadPackedGuid128 ( "ParentDecorGUID " ) ;
4848 packet . ReadPackedGuid128 ( "RoomGUID" ) ;
49- packet . ReadPackedGuid128 ( "Field_70 " ) ;
50- packet . ReadInt32 ( "Field_80 " ) ;
51- packet . ReadByte ( "Field_85 " ) ;
52- packet . ReadByte ( "Field_86 " ) ;
53- packet . ReadBool ( "IsBasicMove ") ;
49+ packet . ReadPackedGuid128 ( "ParentHouseFixtureGUID " ) ;
50+ packet . ReadInt32 ( "PlacedComponentID " ) ;
51+ packet . ReadByte ( "AddedFlags " ) ;
52+ packet . ReadByte ( "RemovedFlags " ) ;
53+ packet . ReadBit ( "IncludeChildren ") ;
5454 }
5555
5656 [ Parser ( Opcode . CMSG_HOUSING_DECOR_REMOVE ) ]
You can’t perform that action at this time.
0 commit comments