aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/2869_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.6/2869_command.sql')
-rw-r--r--sql/updates/0.6/2869_command.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/0.6/2869_command.sql b/sql/updates/0.6/2869_command.sql
new file mode 100644
index 00000000000..5cc6ff5d01e
--- /dev/null
+++ b/sql/updates/0.6/2869_command.sql
@@ -0,0 +1 @@
+UPDATE `command` SET `help` = 'Syntax: .pinfo [$player_name] [rep]\r\n\r\nOutput account information for selected player or player find by $player_name. If "rep" parameter provided show reputation information for player.' WHERE `name` = 'pinfo';