File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
WowPacketParserModule.V11_0_0_55666/Parsers Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,21 @@ public static void HousingDecorCatalogCreateSearcher(Packet packet)
1313 packet . ReadPackedGuid128 ( "BnetAccountID" ) ;
1414 }
1515
16+ [ Parser ( Opcode . CMSG_HOUSING_DECOR_CATALOG_DESTROY_ENTRY ) ]
17+ public static void HandleHousingDecorCatalogDestroyEntry ( Packet packet )
18+ {
19+ packet . ReadPackedGuid128 ( "BnetAccountID" ) ;
20+ packet . ReadUInt16 ( "CatalogEntryID" ) ;
21+ packet . ReadUInt32 ( "Unknown" ) ;
22+ }
23+
24+ [ Parser ( Opcode . CMSG_HOUSING_DECOR_CATALOG_DESTROY_ALL_ENTRY_COPIES ) ]
25+ public static void HandleHousingDecorCatalogDestroyAllEntryCopies ( Packet packet )
26+ {
27+ packet . ReadUInt16 ( "CatalogEntryID" ) ;
28+ packet . ReadUInt16 ( "Unknown" ) ;
29+ }
30+
1631 [ Parser ( Opcode . CMSG_HOUSING_DECOR_COMMIT_DYES_FOR_SELECTED_DECOR ) ]
1732 public static void HousingDecorCommitDyesForSelection ( Packet packet )
1833 {
You can’t perform that action at this time.
0 commit comments