Adjust usages for banned_ips table to reflect Uleat's changes

This commit is contained in:
Akkadius
2019-12-24 02:59:58 -06:00
parent 72f4f10dbb
commit 20538e91a1
5 changed files with 6 additions and 6 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);