Skip to content

Commit 0d3147b

Browse files
committed
Name resume cast bar total time in 3.3.5
1 parent a09a3eb commit 0d3147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParser/Parsing/Parsers/SpellHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static void HandleResumeCastBar(Packet packet)
122122

123123
packet.ReadInt32("Cast Time");
124124

125-
packet.ReadInt32("Unk Int32");
125+
packet.ReadInt32("Total Time");
126126
}
127127

128128
[Parser(Opcode.SMSG_SEND_KNOWN_SPELLS, ClientVersionBuild.Zero, ClientVersionBuild.V5_1_0_16309)]

0 commit comments

Comments
 (0)