diff options
author | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
---|---|---|
committer | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
commit | fdcf5cc4069be8584b21fe42ee90d7d6109b3c9a (patch) | |
tree | 00ccaf66482a288d57006d4323f507e61c93b616 /src/trinitycore/RASocket.cpp | |
parent | a4ceeacb517d4da05f85ba8230253818d94b9f98 (diff) |
[svn] * Random changes/fixes...
* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.
--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
Diffstat (limited to 'src/trinitycore/RASocket.cpp')
-rw-r--r-- | src/trinitycore/RASocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/RASocket.cpp b/src/trinitycore/RASocket.cpp index 8baa5d34e39..04f2cca4261 100644 --- a/src/trinitycore/RASocket.cpp +++ b/src/trinitycore/RASocket.cpp @@ -204,7 +204,7 @@ void RASocket::OnRead() Sendf("+Logged in.\r\n"); sLog.outRALog("User %s has logged in.\n",szLogin.c_str()); - Sendf("mangos>"); + Sendf("TC>"); } else { @@ -223,7 +223,7 @@ void RASocket::OnRead() ParseCommand(&RASocket::zprintf , buff); } else - Sendf("mangos>"); + Sendf("TC>"); break; ///</ul> }; |