diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-05 08:00:53 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-05 08:00:53 +0000 |
commit | 27ef242114cf8cca770a1d50db6c3c0f997367f2 (patch) | |
tree | c365918ff7aabe2f426970f8d90ade2a9493ca0d /conf-tmpl | |
parent | 2d82d89f7405a977262e13de3f0985e7792cc9a7 (diff) | |
download | hercules-27ef242114cf8cca770a1d50db6c3c0f997367f2.tar.gz hercules-27ef242114cf8cca770a1d50db6c3c0f997367f2.tar.bz2 hercules-27ef242114cf8cca770a1d50db6c3c0f997367f2.tar.xz hercules-27ef242114cf8cca770a1d50db6c3c0f997367f2.zip |
* Set 'droprate0item''s default to 'yes'
* Look at item type other than item ID as well to check whether it is a card
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@911 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index ba93edf31..35d959261 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -176,7 +176,7 @@ item_rate_1000_min: 1000 item_rate_1000_max: 10000 // Can the monster's drop rate become 0? (Note 1) -drop_rate0item: no +drop_rate0item: yes // Rate at which exp. is given. (Note 2) base_exp_rate: 100 |