Skip to content

Commit 695498c

Browse files
committed
Revert naming of one field in previous commit
1 parent ce2c21a commit 695498c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParser/Parsing/Parsers/QuestHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private static void ReadExtraQuestInfo(Packet packet, bool readFlags = true)
207207
packet.ReadSingle("Honor Multiplier");
208208

209209
if (readFlags)
210-
packet.ReadUInt32("Reward Reputation Mask");
210+
packet.ReadUInt32("Quest Reward Unk"); // unused in client
211211

212212
packet.ReadInt32<SpellId>("Spell Id");
213213
packet.ReadInt32<SpellId>("Spell Cast Id");

0 commit comments

Comments
 (0)