Core/NetworkIO: *Fixed basic auth packets

Fixed basic character packets
Nulled all opcodes
Thanks to @Shauren for pointing some derps out

Signed-off-by: Sovak <sovak007@gmail.com>
This commit is contained in:
Sovak
2014-10-19 17:23:48 +02:00
parent 53725517a0
commit 51095ad39b
20 changed files with 1677 additions and 1446 deletions

View File

@@ -40,7 +40,7 @@ CREATE TABLE `account` (
`lock_country` varchar(2) NOT NULL DEFAULT '00',
`last_login` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`online` tinyint(3) unsigned NOT NULL DEFAULT '0',
`expansion` tinyint(3) unsigned NOT NULL DEFAULT '3',
`expansion` tinyint(3) unsigned NOT NULL DEFAULT '5',
`mutetime` bigint(20) NOT NULL DEFAULT '0',
`mutereason` varchar(255) NOT NULL DEFAULT '',
`muteby` varchar(50) NOT NULL DEFAULT '',