Update boss_anzu.cpp

This commit is contained in:
Gultask
2023-06-07 00:33:28 -03:00
committed by GitHub
parent 56efae33c1
commit 2361be9e22

View File

@@ -198,7 +198,7 @@ struct npc_anzu_spirit : public ScriptedAI
{
for (uint32 spellId : druidSpells)
{
if (me->HasAura(druidSpells[spellId]))
if (me->HasAura(spellId))
return true;
}
return false;