More development on the Coach packager feature, /details coach

This commit is contained in:
Tercio Jose
2020-12-06 14:14:51 -03:00
parent 3af27dc7b1
commit 0ca2822753
5 changed files with 313 additions and 280 deletions
+1 -1
View File
@@ -429,7 +429,7 @@
if (UnitIsGroupLeader("player")) then
if (Details.Coach.Server.IsEnabled()) then
--update the current combat with new information
Details.packFunctions.DeployUnpackedCombatData(data)
Details.packFunctions.DeployPackedCombatData(data)
end
end
end