Implement AAs and harmtouch/layonhands to ^cast --- fix IsValidSpellRange

This commit is contained in:
nytmyr
2024-12-08 22:36:56 -06:00
parent 9917be3094
commit ef36f2873c
4 changed files with 242 additions and 176 deletions
+1 -1
View File
@@ -2580,7 +2580,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, in
}
range = GetActSpellRange(spell_id, range);
if(IsClient() && IsIllusionSpell(spell_id) && (HasProjectIllusion())){
if(IsOfClientBot() && IsIllusionSpell(spell_id) && (HasProjectIllusion())){
range = 100;
}