[7700] Implement ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
DonTomika 2009-04-23 00:08:48 +04:00 committed by VladimirMangos
parent 898acd1248
commit adf9eb942d
4 changed files with 9 additions and 2 deletions

View file

@ -4522,6 +4522,8 @@ bool ChatHandler::HandleResetHonorCommand (const char * args)
player->SetUInt32Value(PLAYER_FIELD_TODAY_CONTRIBUTION, 0);
player->SetUInt32Value(PLAYER_FIELD_YESTERDAY_CONTRIBUTION, 0);
player->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL);
return true;
}