mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Implement AAs and harmtouch/layonhands to ^cast --- fix IsValidSpellRange
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user