Merge branch 'master' of https://github.com/EQEmu/Server into feature/world-cli-handler

This commit is contained in:
Akkadius
2019-12-24 03:00:48 -06:00
8 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public:
/* General Information Queries */
bool AddBannedIP(char* bannedIP, const char* notes); //Add IP address to the Banned_IPs table.
bool AddBannedIP(char* bannedIP, const char* notes); //Add IP address to the banned_ips table.
bool AddGMIP(char* ip_address, char* name);
bool CheckBannedIPs(const char* loginIP); //Check incoming connection against banned IP table.
bool CheckGMIPs(const char* loginIP, uint32 account_id);