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/ChatHandler.cpp

    r2 r28  
    5959    if(!langDesc) 
    6060    { 
    61         SendNotification("Unknown language"); 
     61        SendNotification(LANG_UNKNOWN_LANGUAGE); 
    6262        return; 
    6363    } 
     
    7777        if(!foundAura) 
    7878        { 
    79             SendNotification("You don't know that language"); 
     79            SendNotification(LANG_NOT_LEARNED_LANGUAGE); 
    8080            return; 
    8181        }