diff options
| author | megamage <none@none> | 2008-12-26 18:22:01 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-26 18:22:01 -0600 |
| commit | ce5d6610616a9b5f5ce625332ed26cd7b4f455e5 (patch) | |
| tree | f500314d8997e14233fc5a5d8220e1ae1f350006 /sql | |
| parent | 1892a6dbea799a8d66778e721d134650642e487a (diff) | |
| parent | 4d86f8e6796548f1b76cc19c7f9e5f5c58c7e0fa (diff) | |
*Update to Trinity 676.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/676_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/676_world.sql b/sql/updates/676_world.sql new file mode 100644 index 00000000000..2b9135c04bd --- /dev/null +++ b/sql/updates/676_world.sql @@ -0,0 +1,2 @@ +UPDATE `trinity_string` SET `content_default`='Player |cffff0000%s|r kicked by |cffff0000%s|r. Reason: |cffff0000%s|r.' WHERE (`entry`='282'); +UPDATE `command` SET `help`='Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".' WHERE (`name`='kick');
\ No newline at end of file |
