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

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/CharacterHandler.cpp

    r6 r28  
    3737#include "SocialMgr.h" 
    3838#include "Util.h" 
     39#include "Language.h" 
    3940 
    4041class LoginQueryHolder : public SqlQueryHolder 
     
    719720    { 
    720721        pCurrChar->resetSpells(); 
    721         SendNotification("Spells has been reset."); 
     722        SendNotification(LANG_RESET_SPELLS); 
    722723    } 
    723724 
     
    725726    { 
    726727        pCurrChar->resetTalents(true); 
    727         SendNotification("Talents has been reset."); 
     728        SendNotification(LANG_RESET_TALENTS); 
    728729    } 
    729730 
     
    733734 
    734735    if(pCurrChar->isGameMaster()) 
    735         SendNotification("GM mode is ON"); 
     736        SendNotification(LANG_GM_ON); 
    736737 
    737738    std::string IP_str = GetRemoteAddress();