Changeset 41 for trunk/src/trinitycore/CliRunnable.cpp
- Timestamp:
- 11/19/08 13:27:02 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/CliRunnable.cpp
r39 r41 897 897 } 898 898 if (!bSuccess) 899 zprintf(" mangos>");899 zprintf("TC>"); 900 900 } 901 901 … … 1239 1239 // print this here the first time 1240 1240 // later it will be printed after command queue updates 1241 printf(" mangos>");1241 printf("TC>"); 1242 1242 1243 1243 ///- As long as the World is running (no World::m_stopEvent), get the command line and handle it