Make login process async, hand cherry-picked

This commit is contained in:
ariel-
2016-01-13 01:14:13 -03:00
parent e9a56cf409
commit 931eaff000
18 changed files with 711 additions and 385 deletions

View File

@@ -180,7 +180,6 @@ CREATE TABLE `battlenet_account_bans` (
`unbandate` int(10) unsigned NOT NULL DEFAULT '0',
`bannedby` varchar(50) NOT NULL,
`banreason` varchar(255) NOT NULL,
`active` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`,`bandate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Ban List';
/*!40101 SET character_set_client = @saved_cs_client */;