From 4d86f8e6796548f1b76cc19c7f9e5f5c58c7e0fa Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 27 Dec 2008 00:24:48 +0100 Subject: *Improvements to .kick command with new conf setting - by Machiavelli --HG-- branch : trunk --- sql/updates/676_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/676_world.sql (limited to 'sql') 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 -- cgit v1.2.3