mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Add _tempSpellType as placeholder for any future passthru
This commit is contained in:
@@ -2137,6 +2137,7 @@ void Bot::AI_Process()
|
||||
SetSpellTargetList(spellTargetList);
|
||||
std::vector<Mob*> groupSpellTargetList = GatherSpellTargets();
|
||||
SetGroupSpellTargetList(groupSpellTargetList);
|
||||
SetTempSpellType(UINT16_MAX);
|
||||
|
||||
// HEAL ROTATION CASTING CHECKS
|
||||
HealRotationChecks();
|
||||
|
||||
Reference in New Issue
Block a user