diff options
author | Flipp <mysteriousragnarok@hotmail.com> | 2013-06-18 12:12:41 -0700 |
---|---|---|
committer | Flipp <mysteriousragnarok@hotmail.com> | 2013-06-18 12:12:41 -0700 |
commit | 7d1455c25a801acd738c48c469cf8111947504ba (patch) | |
tree | 2389effebe0b688d7c287aa2e7b80455e2139dcd /conf/battle/drops.conf | |
parent | ed15563c944aae732494d9a243a0591d06e04ec1 (diff) | |
parent | e65d7764984410439e30964c3d0a02918d961865 (diff) | |
download | hercules-7d1455c25a801acd738c48c469cf8111947504ba.tar.gz hercules-7d1455c25a801acd738c48c469cf8111947504ba.tar.bz2 hercules-7d1455c25a801acd738c48c469cf8111947504ba.tar.xz hercules-7d1455c25a801acd738c48c469cf8111947504ba.zip |
Merge pull request #43 from Akkarinage/master
Whitespace, tabs and Spellings
Diffstat (limited to 'conf/battle/drops.conf')
-rw-r--r-- | conf/battle/drops.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/battle/drops.conf b/conf/battle/drops.conf index 3704b9a0e..9006cfeb1 100644 --- a/conf/battle/drops.conf +++ b/conf/battle/drops.conf @@ -7,10 +7,10 @@ // Note 2: Value is in percents (100 means 100%) //-------------------------------------------------------------- -// If an item is dropped, does it go stright into the users inventory? (Note 1) +// If an item is dropped, does it go straight into the users inventory? (Note 1) item_auto_get: no -// How long does it take for an item to disappear from the floor after it is dropped? (in miliseconds) +// How long does it take for an item to disappear from the floor after it is dropped? (in milliseconds) flooritem_lifetime: 60000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) |