From bdf445c056e5b86fa054f299b17b32ec343ce53d Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:47:59 -0300 Subject: [PATCH] codestyle? --- .../scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp index 5254d71fbb..84527b89f9 100644 --- a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp +++ b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_anzu.cpp @@ -188,11 +188,7 @@ struct npc_anzu_spirit : public ScriptedAI { npc_anzu_spirit(Creature* creature) : ScriptedAI(creature) { } - std::array const druidSpells = - { - 774, 1058, 1430, 2090, 2091, 3627, 8910, 9839, 9840, 9841, 25299, 26981, 26982, 48440, 48441, /* Rejuvenation */ - 8936, 8938, 8939, 8940, 8941, 9750, 9856, 9857, 9858, 26980, 48442, 48443, /* Regrowth */ - }; + std::array const druidSpells = { 774, 1058, 1430, 2090, 2091, 3627, 8910, 9839, 9840, 9841, 25299, 26981, 26982, 48440, 48441, 8936, 8938, 8939, 8940, 8941, 9750, 9856, 9857, 9858, 26980, 48442, 48443 }; bool HasDruidHot() {