merge with prev

This commit is contained in:
nytmyr
2024-12-20 09:44:00 -06:00
parent e710fbea34
commit 7870499fa5
-1
View File
@@ -2693,7 +2693,6 @@ bool Bot::IsValidSpellRange(uint16 spell_id, Mob* tar) {
range = GetActSpellRange(spell_id, range);
if (IsIllusionSpell(spell_id) && (HasProjectIllusion())) {
if (HasProjectIllusion() && IsIllusionSpell(spell_id)) {
range = 100;
}