Fix a couple of small typos.

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-09-04 19:50:00 -04:00
parent 9aab2564e7
commit 52f243563f
6 changed files with 8 additions and 8 deletions

View File

@@ -5167,7 +5167,7 @@ bool ChatHandler::HandleResetHonorCommand (const char * args)
return false;
target->SetUInt32Value(PLAYER_FIELD_KILLS, 0);
target->SetUInt32Value(PLAYER_FIELD_LIFETIME_HONORBALE_KILLS, 0);
target->SetUInt32Value(PLAYER_FIELD_LIFETIME_HONORABLE_KILLS, 0);
target->SetUInt32Value(PLAYER_FIELD_HONOR_CURRENCY, 0);
target->SetUInt32Value(PLAYER_FIELD_TODAY_CONTRIBUTION, 0);
target->SetUInt32Value(PLAYER_FIELD_YESTERDAY_CONTRIBUTION, 0);