AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
AccountMgr.cpp File Reference
#include "AccountMgr.h"
#include "DatabaseEnv.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "SRP6.h"
#include "ScriptMgr.h"
#include "Util.h"
#include "WorldSession.h"

Go to the source code of this file.

Namespaces

namespace  AccountMgr
 

Functions

AccountOpResult AccountMgr::CreateAccount (std::string username, std::string password)
 
AccountOpResult AccountMgr::DeleteAccount (uint32 accountId)
 
AccountOpResult AccountMgr::ChangeUsername (uint32 accountId, std::string newUsername, std::string newPassword)
 
AccountOpResult AccountMgr::ChangePassword (uint32 accountId, std::string newPassword)
 
uint32 AccountMgr::GetId (std::string const &username)
 
uint32 AccountMgr::GetSecurity (uint32 accountId)
 
uint32 AccountMgr::GetSecurity (uint32 accountId, int32 realmId)
 
bool AccountMgr::GetName (uint32 accountId, std::string &name)
 
bool AccountMgr::CheckPassword (uint32 accountId, std::string password)
 
uint32 AccountMgr::GetCharactersCount (uint32 accountId)
 
bool AccountMgr::IsPlayerAccount (uint32 gmlevel)
 
bool AccountMgr::IsAdminAccount (uint32 gmlevel)
 
bool AccountMgr::IsConsoleAccount (uint32 gmlevel)