mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix bots from loading AAs that are too high of a level for them.
This commit is contained in:
@@ -1279,6 +1279,11 @@ void Bot::LoadAAs() {
|
||||
points = 0;
|
||||
|
||||
AA::Rank *current = ability->first;
|
||||
|
||||
if (current->level_req > GetLevel()) {
|
||||
++iter;
|
||||
continue;
|
||||
}
|
||||
|
||||
while(current) {
|
||||
if(!CanUseAlternateAdvancementRank(current)) {
|
||||
|
||||
Reference in New Issue
Block a user