Skip to content

Commit

Permalink
Fix 11.0.0 CMSG_CAST_SPELL
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Nov 29, 2024
1 parent 30b1416 commit 8221e34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WowPacketParserModule.V9_0_1_36216/Parsers/SpellHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ public static uint ReadSpellCastRequest(Packet packet, params object[] idx)
if (ClientVersion.AddedInVersion(ClientVersionBuild.V10_1_0_49407))
removedModificationsCount = packet.ReadUInt32("RemovedModificationsCount", idx);

if (ClientVersion.AddedInVersion(ClientType.TheWarWithin))
packet.ReadByte("CraftingFlags", idx);

for (var j = 0; j < optionalCurrenciesCount; ++j)
ReadOptionalCurrency(packet, idx, "OptionalCurrency", j);

Expand Down

0 comments on commit 8221e34

Please sign in to comment.