We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcd9d8 commit e563f6bCopy full SHA for e563f6b
WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs
@@ -184,7 +184,7 @@ public static void HandleHousingServiceGetOwnedHousesResponse(Packet packet)
184
var count = packet.ReadUInt32("Count");
185
for (uint i = 0; i < count; i++)
186
{
187
- packet.ReadBit("Field_4", i);
+ packet.ReadByteE<HousingResult>("Result", i);
188
ReadHouse(packet, i);
189
}
190
0 commit comments