Add _tempSpellType as placeholder for any future passthru

This commit is contained in:
nytmyr
2024-12-22 22:39:27 -06:00
parent 83d41f00d2
commit 69b4c3a5a4
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -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();