diff options
author | Haru <haru@dotalux.com> | 2015-12-15 01:41:18 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:46 +0100 |
commit | 985d4ead12a2007c34903e03dfc7411df1f847fd (patch) | |
tree | ea93a7d954bf829f240d4675df6c71c51931b4d6 /doc | |
parent | e384a7f2166026dc1c8cdfe49fc2fc105197ea02 (diff) | |
download | hercules-985d4ead12a2007c34903e03dfc7411df1f847fd.tar.gz hercules-985d4ead12a2007c34903e03dfc7411df1f847fd.tar.bz2 hercules-985d4ead12a2007c34903e03dfc7411df1f847fd.tar.xz hercules-985d4ead12a2007c34903e03dfc7411df1f847fd.zip |
Added validation for the AegisName while parsing the item db
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index ff434ef3c..6ffc8a52b 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -105,8 +105,8 @@ item_db: ( Id: Item id -AegisName: Server name to reference the item in scripts and lookups, - should use no spaces. +AegisName: Server name to reference the item in scripts and lookups. + Allowed characters: [A-Za-z0-9_] Name: Name in English for displaying as output for @ and script commands. |