mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Commands: Allow muting offline players - the mute will become effective on next player login.
This commit is contained in:
@@ -61,7 +61,7 @@ CREATE TABLE `account` (
|
||||
`last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
|
||||
`online` tinyint(4) NOT NULL default '0',
|
||||
`expansion` tinyint(3) unsigned NOT NULL default '2',
|
||||
`mutetime` bigint(40) unsigned NOT NULL default '0',
|
||||
`mutetime` bigint(40) NOT NULL default '0',
|
||||
`locale` tinyint(3) unsigned NOT NULL default '0',
|
||||
`recruiter` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Reference in New Issue
Block a user