From f9ecc36fb02b1a92b48550337d641acf25b81e28 Mon Sep 17 00:00:00 2001 From: Shocker Date: Wed, 8 Sep 2010 09:28:21 +0300 Subject: Core/Commands: Implement config for setting the maximum number of results a .lookup command can return, closes issue 3875 --HG-- branch : trunk --- sql/updates/9824_world_trinity_string.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/9824_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/9824_world_trinity_string.sql b/sql/updates/9824_world_trinity_string.sql new file mode 100644 index 00000000000..1c5c7bd134b --- /dev/null +++ b/sql/updates/9824_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE (`entry`='5029'); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('5029', 'Result limit reached (max results: %d)'); + -- cgit v1.2.3