mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
Core/Console: rename console
This commit is contained in:
@@ -355,7 +355,7 @@ int RASocket::svc(void)
|
||||
for (;;)
|
||||
{
|
||||
// show prompt
|
||||
if (send("TC> ") == -1)
|
||||
if (send("AC> ") == -1)
|
||||
return -1;
|
||||
|
||||
std::string line;
|
||||
|
||||
Reference in New Issue
Block a user