diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index fbf69319..31c7a6b9 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -1789,6 +1789,8 @@ void PlayerbotFactory::InitAvailableSpells() bot->learnSpell(tSpell->spell); } } + if (bot->IsSpellFitByClassAndRace(20271) && !bot->HasSpell(20271)) // judgement missing + bot->learnSpell(20271, false); } void PlayerbotFactory::InitSpecialSpells()