mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +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;
|
||||
2
sql/updates/world/2011_07_27_01_world_trinity_string.sql
Normal file
2
sql/updates/world/2011_07_27_01_world_trinity_string.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
|
||||
(283,'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.');
|
||||
Reference in New Issue
Block a user