aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/676_world.sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-27 00:24:48 +0100
committerBlaymoira <none@none>2008-12-27 00:24:48 +0100
commit4d86f8e6796548f1b76cc19c7f9e5f5c58c7e0fa (patch)
treed7d8148c1b790f28d76b3fc8987f99c5767e6e09 /sql/updates/676_world.sql
parent9bd4507f920a1d6c4790107a34dcd8b983a934c0 (diff)
*Improvements to .kick command with new conf setting - by Machiavelli
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/676_world.sql')
-rw-r--r--sql/updates/676_world.sql2
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