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
+4 -4
View File
@@ -1594,10 +1594,10 @@ Damage Update Status: @INSTANCEDAMAGESTATUS
Details.coach.enabled = not Details.coach.enabled
if (Details.coach.enabled) then
Details:Msg("coach enabled, good luck!")
Details:Msg("[raid leader] stay outside the raid.")
Details:Msg("[assistants] at least one player inside the raid need to have assistant.")
Details:Msg("[players] have an updated version of Details!.")
Details:Msg("Details! Coach enabled, good luck commander!")
Details:Msg("[|cFFAAFFAADetails! Coach|r] raid leader stay outside the raid.")
Details:Msg("[|cFFAAFFAADetails! Coach|r] assistants, at least one player inside the raid need to have assistant.")
Details:Msg("[|cFFAAFFAADetails! Coach|r] players have an updated version of Details!.")
Details.Coach.Server.EnableCoach()
else