Warden added

Warden added.

This is part of the current build errors fixes.

The application of this PR, results in zero build errors at this point
in time,
This commit is contained in:
Charles A Edwards 2016-02-07 15:04:10 +00:00 committed by Antz
parent 8ef55a922f
commit e097ab24c5
18 changed files with 3663 additions and 4 deletions

View file

@ -81,6 +81,9 @@
#include "LuaEngine.h"
#endif /*ENABLE_ELUNA*/
// Warden
#include "WardenCheckMgr.h"
INSTANTIATE_SINGLETON_1(World);
extern void LoadGameObjectModelList();
@ -1923,6 +1926,7 @@ BanReturn World::BanAccount(BanMode mode, std::string nameOrIP, uint32 duration_
return BAN_SUCCESS;
}
/// Remove a ban from an account or IP address
bool World::RemoveBanAccount(BanMode mode, std::string nameOrIP)
{