From ffbde3cc21a35ea766c571db55c16cb2b9b7206b Mon Sep 17 00:00:00 2001 From: fusionpit Date: Sat, 28 Nov 2020 14:17:09 -0700 Subject: [PATCH] another workaround point --- WhatsTraining.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WhatsTraining.lua b/WhatsTraining.lua index 890063c..075bb7b 100644 --- a/WhatsTraining.lua +++ b/WhatsTraining.lua @@ -156,7 +156,7 @@ local function isAbilityKnown(spellId) end local info = spellInfoCache[spellId] - if (wt.learnedPetAbilityMap[info.name] == nil) then + if (info.subText == nil or wt.learnedPetAbilityMap[info.name] == nil) then return false end