mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
merge with prev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user