mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
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:
parent
8ef55a922f
commit
e097ab24c5
18 changed files with 3663 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue