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
+2 -1
View File
@@ -56,7 +56,8 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint16 spellType, uint16 subTarge
uint8 botClass = GetClass();
SetCastedSpellType(UINT16_MAX);
SetCastedSpellType(UINT16_MAX); // this is for recast timers
SetTempSpellType(spellType); // this is for spell checks
BotSpell botSpell;
botSpell.SpellId = 0;