Show
Ignore:
Timestamp:
09/20/09 20:50:14 (3 years ago)
Author:
valroft
Message:

- Fully reverted LocalizationMgr?. It wasn't being used, and really only wasted memory. Localize your own DBs.
- Run the SQL update 2009_09_20_localizations.sql.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/hearthstone-world/WorldSocket.cpp

    r1 r21  
    391391        pSession->SetAccountFlags(AccountFlags); 
    392392        pSession->m_lastPing = (uint32)UNIXTIME; 
    393         pSession->language = sLocalizationMgr.GetLanguageId(lang); 
     393        //pSession->language = sLocalizationMgr.GetLanguageId(lang); 
    394394 
    395395        if(recvData.rpos() != recvData.wpos())