From 52f243563f456a973d5efdbce6a203a1b0d2c7fd Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Fri, 4 Sep 2009 19:50:00 -0400 Subject: Fix a couple of small typos. --HG-- branch : trunk --- src/game/Level3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Level3.cpp') 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); -- cgit v1.2.3