mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and SMSG_CRITERIA_UPDATE if the same criteria is used by account and character achievements
This commit is contained in:
@@ -623,7 +623,7 @@ void PlayerAchievementMgr::SendCriteriaUpdate(Criteria const* criteria, Criteria
|
||||
|
||||
SendPacket(criteriaUpdate.Write());
|
||||
}
|
||||
else
|
||||
if (criteria->FlagsCu & CRITERIA_FLAG_CU_PLAYER)
|
||||
{
|
||||
WorldPackets::Achievement::CriteriaUpdate criteriaUpdate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user