Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Dec 17, 2020
1 parent 818d31b commit 4d1747f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/coach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,3 @@ function Details.Coach.Client.SendMyDeath(_, _, _, _, _, _, playerGUID, _, _, de
end
end
end
Details:InstallHook("HOOK_DEATH", Details.Coach.Client.SendMyDeath)
2 changes: 2 additions & 0 deletions startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ function Details:StartMeUp() --I'll never stop!
print ("|CFFFFFF00[Details!]: you're using Details! for RETAIL on Classic WOW, please get the classic version (Details! Damage Meter Classic WoW), if you need help see our Discord (/details discord).")
end

Details:InstallHook("HOOK_DEATH", Details.Coach.Client.SendMyDeath)

if (math.random(10) == 1) then
Details:Msg("use '/details me' macro to open the player breakdown for you!")
end
Expand Down

0 comments on commit 4d1747f

Please sign in to comment.