mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 15:48:22 +00:00
Merge branch 'master' of git://github.com/EQEmu/Server
This commit is contained in:
@@ -1280,6 +1280,11 @@ void Bot::LoadAAs() {
|
|||||||
|
|
||||||
AA::Rank *current = ability->first;
|
AA::Rank *current = ability->first;
|
||||||
|
|
||||||
|
if (current->level_req > GetLevel()) {
|
||||||
|
++iter;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
while(current) {
|
while(current) {
|
||||||
if(!CanUseAlternateAdvancementRank(current)) {
|
if(!CanUseAlternateAdvancementRank(current)) {
|
||||||
current = nullptr;
|
current = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user