Core/Creatures: Moved autoattack handling from scripts to game

This commit is contained in:
Shauren
2024-01-08 22:23:12 +01:00
parent eeb4407f07
commit 605e5f94c0
425 changed files with 393 additions and 1816 deletions

View File

@@ -198,8 +198,6 @@ struct boss_cragmaw_the_infested : public BossAI
default:
break;
}
DoMeleeAttackIfReady();
}
private:
ObjectGuid _fetidMaggotGuid;
@@ -244,8 +242,6 @@ struct npc_cragmaw_blood_tick : public ScriptedAI
default:
break;
}
DoMeleeAttackIfReady();
}
private:
EventMap _events;

View File

@@ -133,8 +133,6 @@ struct boss_elder_leaxa : public BossAI
default:
break;
}
DoMeleeAttackIfReady();
}
};
@@ -183,8 +181,6 @@ struct npc_blood_effigy : public ScriptedAI
default:
break;
}
DoMeleeAttackIfReady();
}
private:
EventMap _events;