aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/CliRunnable.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2008-10-12 17:35:16 -0500
committerXTZGZoReX <none@none>2008-10-12 17:35:16 -0500
commitfdcf5cc4069be8584b21fe42ee90d7d6109b3c9a (patch)
tree00ccaf66482a288d57006d4323f507e61c93b616 /src/trinitycore/CliRunnable.cpp
parenta4ceeacb517d4da05f85ba8230253818d94b9f98 (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/CliRunnable.cpp')
-rw-r--r--src/trinitycore/CliRunnable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/CliRunnable.cpp b/src/trinitycore/CliRunnable.cpp
index 5f1518483f5..7e4c0e2eeb7 100644
--- a/src/trinitycore/CliRunnable.cpp
+++ b/src/trinitycore/CliRunnable.cpp
@@ -896,7 +896,7 @@ void ParseCommand( pPrintf zprintf, char* input)
}
}
if (!bSuccess)
- zprintf("mangos>");
+ zprintf("TC>");
}
/// Kick a character out of the realm
@@ -1238,7 +1238,7 @@ void CliRunnable::run()
// print this here the first time
// later it will be printed after command queue updates
- printf("mangos>");
+ printf("TC>");
///- As long as the World is running (no World::m_stopEvent), get the command line and handle it
while (!World::m_stopEvent)