mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Fix Bot::LoadAA
This commit is contained in:
@@ -1271,6 +1271,7 @@ void Bot::LoadAAs() {
|
||||
|
||||
//skip expendables
|
||||
if(!ability->first || ability->charges > 0) {
|
||||
++iter;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user