Show
Ignore:
Timestamp:
11/19/08 13:27:02 (17 years ago)
Author:
yumileroy
Message:

[svn] * Random changes/fixes...
* Some fixes to MangChat?, more coming.
* Cleaning up scripting part and preparing to merge it into the core.

Original author: XTZGZoReX
Date: 2008-10-12 17:35:16-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/RASocket.cpp

    r2 r41  
    205205                        Sendf("+Logged in.\r\n"); 
    206206                        sLog.outRALog("User %s has logged in.\n",szLogin.c_str()); 
    207                         Sendf("mangos>"); 
     207                        Sendf("TC>"); 
    208208                    } 
    209209                    else 
     
    224224                } 
    225225                else 
    226                     Sendf("mangos>"); 
     226                    Sendf("TC>"); 
    227227                break; 
    228228                ///</ul>