aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/CliRunnable.cpp
diff options
context:
space:
mode:
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)