Fix build after cherry-pick

This commit is contained in:
funjoker
2021-06-26 01:07:04 +02:00
parent 338c1e28ae
commit b64983d753

View File

@@ -15690,6 +15690,7 @@ void Player::SendQuestUpdate(uint32 questId)
aurasToRemove.insert(itr->second->spellId);
else if (itr->second->flags & SPELL_AREA_FLAG_AUTOCAST)
aurasToCast.insert(itr->second->spellId);
}
// Auras matching the requirements will be inside the aurasToCast container.
// Auras not matching the requirements may prevent using auras matching the requirements.