We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920dc01 commit dfbd8c0Copy full SHA for dfbd8c0
1 file changed
WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs
@@ -108,6 +108,7 @@ public static void HousingDecorCommitDyesForSelection(Packet packet)
108
}
109
110
[Parser(Opcode.CMSG_HOUSE_INTERIOR_LEAVE_HOUSE)]
111
+ [Parser(Opcode.CMSG_HOUSING_SERVICES_GET_PLAYER_OWNED_HOUSES)]
112
[Parser(Opcode.CMSG_HOUSING_REQUEST_CURRENT_HOUSE_INFO)]
113
public static void HandleHousingNull(Packet packet)
114
{
0 commit comments