mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-03 21:42:26 +00:00
Add banned IP's 😠
This commit is contained in:
parent
71a1142f6b
commit
c173936e32
@ -201,6 +201,7 @@ namespace DatabaseSchema {
|
|||||||
static std::vector<std::string> GetServerTables()
|
static std::vector<std::string> GetServerTables()
|
||||||
{
|
{
|
||||||
std::vector<std::string> tables = {
|
std::vector<std::string> tables = {
|
||||||
|
"Banned_IPs",
|
||||||
"bugs",
|
"bugs",
|
||||||
"bug_reports",
|
"bug_reports",
|
||||||
"command_settings",
|
"command_settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user