diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 20:44:38 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 20:44:38 +0000 |
commit | e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb (patch) | |
tree | 40ae570d1b60dc1e7a9c215c4adc9f76847612d0 /conf/log_athena.conf | |
parent | ce1208eb233cab2923c82ba61d546b108e056fc0 (diff) | |
download | hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.gz hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.bz2 hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.xz hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.zip |
* Added support for IT_CASH to @iteminfo, logging filters and item drop rate adjustment. Added 'show_picker.item_type'-specific IT_CASH value to it's description (follow up to r14549).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/log_athena.conf')
-rw-r--r-- | conf/log_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log_athena.conf b/conf/log_athena.conf index b75f1b363..2f8effd18 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -30,7 +30,7 @@ sql_logs: 0 // Advanced Filter Bits by item type: || // 0002 - Healing items (0) // 0004 - Etc Items(3) + Arrows (10) -// 0008 - Usable Items(2) + Lures,Scrolls(11) +// 0008 - Usable Items(2) + Lures,Scrolls(11) + Usable Cash Items(18) // 0016 - Weapon(4) // 0032 - Shields,Armor,Headgears,Accessories,etc(5) // 0064 - Cards(6) |