mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 18:30:39 +00:00
Fix Bot::LoadAA
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user