diff options
| author | QAston <none@none> | 2009-06-27 15:51:36 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-27 15:51:36 +0200 |
| commit | da3569402d73d9a5ad8c67adc4000e43f0e0f5f5 (patch) | |
| tree | 60689b0a42df89fc5151e63090efef0db054393e /sql | |
| parent | a74ae1873997342ab79ae5db12d6361d7865000f (diff) | |
| parent | e92f3cf01fb618505f3600a9a291c33b12aa5e63 (diff) | |
*Merge tc1 1591 - 1599, skip 1596
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1589_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/4258_world_TDB.sql | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sql/updates/1589_world.sql b/sql/updates/1589_world.sql deleted file mode 100644 index e3a76bedf7d..00000000000 --- a/sql/updates/1589_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -# 1589 --- Spiritual Attunement -UPDATE `spell_proc_event` SET `procFlags` = `procFlags`|0x80000 WHERE `entry` IN ('31785','33776'); diff --git a/sql/updates/4258_world_TDB.sql b/sql/updates/4258_world_TDB.sql new file mode 100644 index 00000000000..d7ccaeaf6d6 --- /dev/null +++ b/sql/updates/4258_world_TDB.sql @@ -0,0 +1,9 @@ +# 1588 +DELETE FROM `trinity_string` WHERE `entry` IN(301, 300); +INSERT INTO `trinity_string` (`entry`, `content_default`)VALUES +('300', 'Your chat has been disabled for %u minutes. Reason: %s.'), +('301', 'You have disabled %s\'s chat for %u minutes. Reason: %s.'); + +DELETE FROM `command` WHERE `name` = 'mute'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES +('mute', 1 ,'Syntax: .mute [$playerName] $timeInMinutes [$reason]\r\n\r\nDisible chat messaging for any character from account of character $playerName (or currently selected) at $timeInMinutes minutes. Player can be offline.'); |
