diff options
author | shennetsind <ind@henn.et> | 2013-02-16 22:33:13 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 22:33:13 -0200 |
commit | b8379d2dc56197dc970db8bf1c0ba60ae4835819 (patch) | |
tree | aca11affcf4392479304800ab56bd0281cd29ab5 /conf/messages.conf | |
parent | 4ce4adceac3bde1e778c2b9e53b4a4954049f349 (diff) | |
download | hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.gz hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.bz2 hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.xz hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.zip |
@skillid Improvement
As suggested by Streusel and backed by the development team, @skillid now supports partial search.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index a554c116d..9b1af268a 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1,4 +1,4 @@ -// Hercules msg_athena.conf +// Hercules messages.conf // Message Configuration // For translation, just change msg here (second line), no need to modify source code, // or alternatively, use conf/import/msg_conf.txt @@ -1013,7 +1013,7 @@ // @skillid 1163: Please enter a skill name to look up (usage: @skillid <skill name>). -1164: skill %d: %s +1164: skill %d: %s (%s) // @useskill 1165: Usage: @useskill <skill ID> <skill level> <target> @@ -1406,5 +1406,8 @@ 1396: You do not have a cart to be cleaned. 1397: Your cart was cleaned. +// @skillid (extension) +1398: -- Displaying first %d partial matches + //Custom translations import: conf/import/msg_conf.txt |