diff --git a/zone/bot.cpp b/zone/bot.cpp index 9dae2fc6a..912997a88 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -1271,6 +1271,7 @@ void Bot::LoadAAs() { //skip expendables if(!ability->first || ability->charges > 0) { + ++iter; continue; }