aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index be54659ec7e..724dfe24a36 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -5215,7 +5215,7 @@ bool ChatHandler::HandleResetSpellsCommand(const char * args)
else
{
CharacterDatabase.PExecute("UPDATE characters SET at_login = at_login | '%u' WHERE guid = '%u'",uint32(AT_LOGIN_RESET_SPELLS), GUID_LOPART(target_guid));
- PSendSysMessage(LANG_RESET_SPELLS_OFFLINE,target_name);
+ PSendSysMessage(LANG_RESET_SPELLS_OFFLINE,target_name.c_str());
}
return true;