From a0ade8571fbc16f9d8452966e89faefd76fab07e Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 22 Jan 2017 12:25:04 +0000 Subject: [PATCH] Update mushrooms Made mushrooms so they are now attackable and selectable. Source : http://wowwiki.wikia.com/wiki/Amanitar Issue close: #331 --- src/scripts/Northrend/AzjolNerub/ahnkahet/boss_amanitar.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;