diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-09-04 19:50:00 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-09-04 19:50:00 -0400 |
| commit | 52f243563f456a973d5efdbce6a203a1b0d2c7fd (patch) | |
| tree | 788a02c84fda9b20f344ec48e7aad1db03a5db21 /src/game/Level3.cpp | |
| parent | 9aab2564e77dcf16ed9b577a47b8f04d0b17c0d5 (diff) | |
Fix a couple of small typos.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
| -rw-r--r-- | src/game/Level3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index ca14e02383e..fdff7de644c 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -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); |
