From 605e5f94c0d71cad8e83fa5a07eaec4e6bed9cc3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 8 Jan 2024 22:23:12 +0100 Subject: Core/Creatures: Moved autoattack handling from scripts to game --- .../scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/ShadowfangKeep') diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp index fba6f227cb6..31298d59e99 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp @@ -256,8 +256,6 @@ struct boss_apothecary_hummel : public BossAI if (me->HasUnitState(UNIT_STATE_CASTING)) return; } - - DoMeleeAttackIfReady(); } void OnQuestReward(Player* /*player*/, Quest const* quest, LootItemType /*type*/, uint32 /*opt*/) override @@ -354,8 +352,6 @@ struct npc_apothecary_baxter : public npc_apothecary_genericAI break; } } - - DoMeleeAttackIfReady(); } private: -- cgit v1.2.3