mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Remove some debug junk
This commit is contained in:
parent
ce0011ab18
commit
66c7deb2ac
@ -1861,9 +1861,6 @@ bool NPC::AI_PursueCastCheck() {
|
|||||||
|
|
||||||
bool NPC::AI_IdleCastCheck() {
|
bool NPC::AI_IdleCastCheck() {
|
||||||
if (AIautocastspell_timer->Check(false)) {
|
if (AIautocastspell_timer->Check(false)) {
|
||||||
#if MobAI_DEBUG_Spells >= 25
|
|
||||||
std::cout << "Non-Engaged autocast check triggered: " << this->GetName() << std::endl;
|
|
||||||
#endif
|
|
||||||
AIautocastspell_timer->Disable(); //prevent the timer from going off AGAIN while we are casting.
|
AIautocastspell_timer->Disable(); //prevent the timer from going off AGAIN while we are casting.
|
||||||
if (!AICastSpell(this, AISpellVar.idle_beneficial_chance, SpellType_Heal | SpellType_Buff | SpellType_Pet)) {
|
if (!AICastSpell(this, AISpellVar.idle_beneficial_chance, SpellType_Heal | SpellType_Buff | SpellType_Pet)) {
|
||||||
if(!entity_list.AICheckCloseBeneficialSpells(this, 33, MobAISpellRange, SpellType_Heal | SpellType_Buff)) {
|
if(!entity_list.AICheckCloseBeneficialSpells(this, 33, MobAISpellRange, SpellType_Heal | SpellType_Buff)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user