aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBezo <BezoCCCP@gmail.com>2012-01-04 02:56:00 +0200
committerBezo <BezoCCCP@gmail.com>2012-01-04 02:56:00 +0200
commit9473c113838c721f2baa1dbad161829468c42fa3 (patch)
tree941a5b45880c99aff6a48b6a3f99721dabd65f8a /src
parent16fea505c48978b388e7b6d8a9de5964f753d160 (diff)
Add Password change (Player level.) logs
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Commands/cs_account.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp
index 3ab0306f55a..bd415c0f79f 100644
--- a/src/server/scripts/Commands/cs_account.cpp
+++ b/src/server/scripts/Commands/cs_account.cpp
@@ -109,6 +109,7 @@ public:
{
case AOR_OK:
handler->PSendSysMessage(LANG_ACCOUNT_CREATED, accountName);
+ sLog->outChar("Account: %d (IP: %s) Character:[%s] (GUID: %u) Change Password.", handler->GetSession()->GetAccountId(),handler->GetSession()->GetRemoteAddress().c_str(), handler->GetSession()->GetPlayer()->GetName(), handler->GetSession()->GetPlayer()->GetGUIDLow());
break;
case AOR_NAME_TOO_LONG:
handler->SendSysMessage(LANG_ACCOUNT_TOO_LONG);