Skip to content

Commit 32fcf6c

Browse files
committed
Reanme unk to active in HandleHousingRoomSetEditorModeActiveResponse
1 parent f75ecb1 commit 32fcf6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParserModule.V11_0_0_55666/Parsers/HousingHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void HandleHousingRoomSetEditorModeActiveResponse(Packet packet)
3939
{
4040
packet.ReadPackedGuid128("HouseGUID");
4141
packet.ReadByteE<HousingResult>("Result");
42-
packet.ReadBit("Unk");
42+
packet.ReadBool("Active");
4343
}
4444

4545
[Parser(Opcode.SMSG_HOUSING_EXTERIOR_SET_EXTERIOR_LOCK_STATE)]

0 commit comments

Comments
 (0)