mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
[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
This commit is contained in:
@@ -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>
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user