mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Add judgement for paladins
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user