diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-07-27 17:51:57 +0200 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-07-27 17:51:57 +0200 |
| commit | 0dcc22907114508141cbabbca69aeaa0791feb79 (patch) | |
| tree | 7c06ff9c085d0f10825f12951e41178de852f644 /sql/updates | |
| parent | 2eb69330b4f15e1fad6702a4829420c1a7f33208 (diff) | |
Core/Commands: Allow muting offline players - the mute will become effective on next player login.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2011_07_27_00_auth_account.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_07_27_01_world_trinity_string.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2011_07_27_00_auth_account.sql b/sql/updates/auth/2011_07_27_00_auth_account.sql new file mode 100644 index 00000000000..34393d518fc --- /dev/null +++ b/sql/updates/auth/2011_07_27_00_auth_account.sql @@ -0,0 +1 @@ +ALTER TABLE `account` CHANGE `mutetime` `mutetime` bigint(40) NOT NULL DEFAULT 0;
\ No newline at end of file diff --git a/sql/updates/world/2011_07_27_01_world_trinity_string.sql b/sql/updates/world/2011_07_27_01_world_trinity_string.sql new file mode 100644 index 00000000000..9e36d27ed37 --- /dev/null +++ b/sql/updates/world/2011_07_27_01_world_trinity_string.sql @@ -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.');
\ No newline at end of file |
