mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Core/Commands: Allow muting offline players - the mute will become effective on next player login.
This commit is contained in:
1
sql/updates/auth/2011_07_27_00_auth_account.sql
Normal file
1
sql/updates/auth/2011_07_27_00_auth_account.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `account` CHANGE `mutetime` `mutetime` bigint(40) NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user