We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09a3eb commit 0d3147bCopy full SHA for 0d3147b
WowPacketParser/Parsing/Parsers/SpellHandler.cs
@@ -122,7 +122,7 @@ public static void HandleResumeCastBar(Packet packet)
122
123
packet.ReadInt32("Cast Time");
124
125
- packet.ReadInt32("Unk Int32");
+ packet.ReadInt32("Total Time");
126
}
127
128
[Parser(Opcode.SMSG_SEND_KNOWN_SPELLS, ClientVersionBuild.Zero, ClientVersionBuild.V5_1_0_16309)]
0 commit comments