Changeset 28 for trunk/src/game/PetitionsHandler.cpp
- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/PetitionsHandler.cpp
r2 r28 112 112 if(_player->getLevel() < sWorld.getConfig(CONFIG_MAX_PLAYER_LEVEL)) 113 113 { 114 SendNotification( GetMangosString(LANG_ARENA_ONE_TOOLOW), 70);114 SendNotification(LANG_ARENA_ONE_TOOLOW, 70); 115 115 return; 116 116 } … … 531 531 { 532 532 // 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)); 534 534 return; 535 535 }