diff options
author | AnnieRuru <jeankof@ymail.com> | 2014-03-21 04:55:31 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2014-03-21 04:55:31 +0800 |
commit | 4e73bda7d56db627d98608ba7b12711568766b79 (patch) | |
tree | acf15aceeb1ed22036fdcd4c2a491fd13cd9f30f /doc/item_db.txt | |
parent | a80bfc15cf01d55c556ee2924349511096bd4467 (diff) | |
download | hercules-4e73bda7d56db627d98608ba7b12711568766b79.tar.gz hercules-4e73bda7d56db627d98608ba7b12711568766b79.tar.bz2 hercules-4e73bda7d56db627d98608ba7b12711568766b79.tar.xz hercules-4e73bda7d56db627d98608ba7b12711568766b79.zip |
Fix hunting mission and clarify weight's unit
Fix hunting mission not able to take mission after a character has deleted
http://hercules.ws/board/tracker/issue-8104-hunting-missiontxt-delete-character/
Clarify Weight and MaxWeight unit as in 0.1
http://hercules.ws/board/tracker/issue-7836-weight-and-maxweight/
Diffstat (limited to 'doc/item_db.txt')
-rw-r--r-- | doc/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index 30aa845f3..7035ed684 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -18,7 +18,7 @@ item_db: ( Type: Item Type (int, defaults to 3 = etc item) Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) - Weight: Item Weight (int, defaults to 0) + Weight: Item Weight (int, defaults to 0, units in Weight/10 ) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) |