diff --git a/src/scripts/Northrend/AzjolNerub/ahnkahet/boss_amanitar.cpp b/src/scripts/Northrend/AzjolNerub/ahnkahet/boss_amanitar.cpp index 2fcb09ca9..f18069e22 100644 --- a/src/scripts/Northrend/AzjolNerub/ahnkahet/boss_amanitar.cpp +++ b/src/scripts/Northrend/AzjolNerub/ahnkahet/boss_amanitar.cpp @@ -172,6 +172,8 @@ public: npc_amanitar_mushroomsAI(Creature* c) : ScriptedAI(c) { SetCombatMovement(false); + me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE); + me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); } uint32 Timer;