mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 20:13:04 -04:00
Core/Player: Fix duel won emote
This commit is contained in:
@@ -7547,6 +7547,7 @@ void Player::DuelComplete(DuelCompleteType type)
|
||||
if (duel->opponent)
|
||||
{
|
||||
duel->opponent->GetAchievementMgr().UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_WIN_DUEL, 1);
|
||||
duel->opponent->HandleEmoteCommand(EMOTE_ONESHOT_CHEER);
|
||||
|
||||
//Credit for quest Death's Challenge
|
||||
if (getClass() == CLASS_DEATH_KNIGHT && duel->opponent->GetQuestStatus(12733) == QUEST_STATUS_INCOMPLETE)
|
||||
|
||||
Reference in New Issue
Block a user