mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
comment out precheck, delays, thresholds, etc logging
missed some in "organize some checks in IsImmuneToBotSpell"
This commit is contained in:
@@ -26,7 +26,7 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint16 spellType, uint16 subTarge
|
||||
return false;
|
||||
}
|
||||
|
||||
LogBotPreChecksDetail("{} says, 'Attempting {} AICastSpell on {}.'", GetCleanName(), GetSpellTypeNameByID(spellType), tar->GetCleanName()); //deleteme
|
||||
//LogBotPreChecksDetail("{} says, 'Attempting {} AICastSpell on {}.'", GetCleanName(), GetSpellTypeNameByID(spellType), tar->GetCleanName()); //deleteme
|
||||
|
||||
if (
|
||||
!AI_HasSpells() ||
|
||||
|
||||
Reference in New Issue
Block a user