mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user