mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 19:42:23 +00:00
Merge branch 'master' of git://github.com/EQEmu/Server
This commit is contained in:
commit
5dc63a6d35
@ -1279,6 +1279,11 @@ void Bot::LoadAAs() {
|
|||||||
points = 0;
|
points = 0;
|
||||||
|
|
||||||
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)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user