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

    r2 r28  
    112112        if(_player->getLevel() < sWorld.getConfig(CONFIG_MAX_PLAYER_LEVEL)) 
    113113        { 
    114             SendNotification(GetMangosString(LANG_ARENA_ONE_TOOLOW), 70); 
     114            SendNotification(LANG_ARENA_ONE_TOOLOW, 70); 
    115115            return; 
    116116        } 
     
    531531    { 
    532532        // player is too low level to join an arena team 
    533         SendNotification("You must be level %u to join an arena team!",sWorld.getConfig(CONFIG_MAX_PLAYER_LEVEL)); 
     533        SendNotification(LANG_YOUR_ARENA_LEVEL_REQ_ERROR,sWorld.getConfig(CONFIG_MAX_PLAYER_LEVEL)); 
    534534        return; 
    535535    }