mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +00:00
Fix Bot::LoadAA
This commit is contained in:
parent
f2e0384cb8
commit
0372651613
@ -1271,6 +1271,7 @@ void Bot::LoadAAs() {
|
|||||||
|
|
||||||
//skip expendables
|
//skip expendables
|
||||||
if(!ability->first || ability->charges > 0) {
|
if(!ability->first || ability->charges > 0) {
|
||||||
|
++iter;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user