mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
[m] Added some more opcodes and structure updates
This commit is contained in:
parent
3a721c62ed
commit
5841a35c64
7 changed files with 699 additions and 690 deletions
|
|
@ -5715,7 +5715,7 @@ bool ChatHandler::HandleResetHonorCommand(char* args)
|
|||
|
||||
target->SetCurrencyCount(CURRENCY_HONOR_POINTS, 0);
|
||||
target->SetUInt32Value(PLAYER_FIELD_KILLS, 0);
|
||||
target->SetUInt32Value(PLAYER_FIELD_LIFETIME_HONORBALE_KILLS, 0);
|
||||
target->SetUInt32Value(PLAYER_FIELD_LIFETIME_HONORABLE_KILLS, 0);
|
||||
target->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue