mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 13:48:22 +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);
|
range = GetActSpellRange(spell_id, range);
|
||||||
|
|
||||||
if (IsIllusionSpell(spell_id) && (HasProjectIllusion())) {
|
|
||||||
if (HasProjectIllusion() && IsIllusionSpell(spell_id)) {
|
if (HasProjectIllusion() && IsIllusionSpell(spell_id)) {
|
||||||
range = 100;
|
range = 100;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user