Skip to content

Commit 14ed389

Browse files
committed
build fix
1 parent c773b7d commit 14ed389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V8_0_1_27101/Parsers/SpellHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static void ReadSpellTargetData(Packet packet, PacketSpellData packetSpel
9696
{
9797
if (!Storage.SpellTargetPositions.ContainsKey(spellTargetPosition))
9898
{
99-
spellTargetPosition.OrderIndex = "0";
99+
spellTargetPosition.OrderIndex = 0;
100100
Storage.SpellTargetPositions.Add(spellTargetPosition);
101101
}
102102
}

0 commit comments

Comments
 (0)