From c7741efbe551c03c11e10a5f49eb7c8f4d879a6c Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:39:39 -0600 Subject: [PATCH] todo --- zone/bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/bot.cpp b/zone/bot.cpp index a8bc91638..a891c6367 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -5996,7 +5996,7 @@ bool Bot::DoFinishedSpellSingleTarget(uint16 spell_id, Mob* spellTarget, EQ::spe ) { bool noGroupSpell = false; uint16 thespell = spell_id; - for (int i = 0; i < AIBot_spells.size(); i++) { + for (int i = 0; i < AIBot_spells.size(); i++) { // TODO bot rewrite - fix this to reduce loop with AIBot_spells_by_type? int j = BotGetSpells(i); int spelltype = BotGetSpellType(i); bool spellequal = (j == thespell);