File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
WowPacketParserModule.V11_0_0_55666/Parsers Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,16 @@ public static void HandleHousingDecorCommitDyesForSelectedDecorResponse(Packet p
132132 packet . ReadByteE < HousingResult > ( "Result" ) ;
133133 }
134134
135+ [ Parser ( Opcode . SMSG_HOUSING_DECOR_SELECT_DECOR_RESPONSE ) ]
136+ public static void HandleHousingDecorSelectDecorResponse ( Packet packet )
137+ {
138+ packet . ReadPackedGuid128 ( "DecorGUID" ) ;
139+ packet . ReadPackedGuid128 ( "PlayerGUID" ) ;
140+ packet . ReadUInt32 ( "Field_16" ) ;
141+ packet . ReadByteE < HousingResult > ( "Result" ) ;
142+ packet . ReadBool ( "Selected" ) ;
143+ }
144+
135145 [ Parser ( Opcode . SMSG_HOUSING_DECOR_SET_EDITOR_MODE_ACTIVE_RESPONSE ) ]
136146 public static void HandleHousingDecorSetEditorModeActiveResponse ( Packet packet )
137147 {
You can’t perform that action at this time.
0 commit comments