General fixes, framework update

This commit is contained in:
Tercio Jose
2022-09-29 13:36:43 -03:00
parent 995675ef86
commit 11aa42e4da
11 changed files with 177 additions and 116 deletions
+2 -2
View File
@@ -553,8 +553,8 @@ function Details:StartMeUp() --I'll never stop!
if (Details.Survey.GetTargetCharacterForRealm()) then
Details.Survey.InitializeSpellCategoryFeedback()
if (not sentMessageOnStartup) then
if (math.random(10) == 1) then
Details:Msg("use '/details survey' to help on identifying cooldown spells.")
if (math.random(5) == 1) then
Details:Msg("use '/details survey' to help on identifying cooldown spells (Dragonflight Beta).")
end
end
end