mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
cls cleanup
This commit is contained in:
@@ -63,7 +63,7 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint16 spellType, uint16 subTarge
|
||||
botSpell.SpellIndex = 0;
|
||||
botSpell.ManaCost = 0;
|
||||
|
||||
if (SpellTypeRequiresLoS(spellType, botClass) && tar != this) {
|
||||
if (SpellTypeRequiresLoS(spellType) && tar != this) {
|
||||
SetHasLoS(DoLosChecks(this, tar));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user