Changeset 28 for trunk/src/game/CharacterHandler.cpp
- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/CharacterHandler.cpp
r6 r28 37 37 #include "SocialMgr.h" 38 38 #include "Util.h" 39 #include "Language.h" 39 40 40 41 class LoginQueryHolder : public SqlQueryHolder … … 719 720 { 720 721 pCurrChar->resetSpells(); 721 SendNotification( "Spells has been reset.");722 SendNotification(LANG_RESET_SPELLS); 722 723 } 723 724 … … 725 726 { 726 727 pCurrChar->resetTalents(true); 727 SendNotification( "Talents has been reset.");728 SendNotification(LANG_RESET_TALENTS); 728 729 } 729 730 … … 733 734 734 735 if(pCurrChar->isGameMaster()) 735 SendNotification( "GM mode is ON");736 SendNotification(LANG_GM_ON); 736 737 737 738 std::string IP_str = GetRemoteAddress();