mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 18:58:21 +00:00
todo
This commit is contained in:
+1
-1
@@ -5996,7 +5996,7 @@ bool Bot::DoFinishedSpellSingleTarget(uint16 spell_id, Mob* spellTarget, EQ::spe
|
|||||||
) {
|
) {
|
||||||
bool noGroupSpell = false;
|
bool noGroupSpell = false;
|
||||||
uint16 thespell = spell_id;
|
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 j = BotGetSpells(i);
|
||||||
int spelltype = BotGetSpellType(i);
|
int spelltype = BotGetSpellType(i);
|
||||||
bool spellequal = (j == thespell);
|
bool spellequal = (j == thespell);
|
||||||
|
|||||||
Reference in New Issue
Block a user