Skip to content

Commit

Permalink
another workaround point
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed Nov 28, 2020
1 parent dac8380 commit ffbde3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhatsTraining.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffbde3c

Please sign in to comment.