diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-26 13:32:07 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-26 13:32:07 +0000 |
commit | 7f2a12250794e5897f39acfa7314db7f926bdf12 (patch) | |
tree | 101b8ac86ced9ce1ab1fe8be672dd20a7335226e /src/map/itemdb.h | |
parent | 7d1f1f18cce9dc4ec17e2f9f69e9ceb8b7eb323c (diff) | |
download | hercules-7f2a12250794e5897f39acfa7314db7f926bdf12.tar.gz hercules-7f2a12250794e5897f39acfa7314db7f926bdf12.tar.bz2 hercules-7f2a12250794e5897f39acfa7314db7f926bdf12.tar.xz hercules-7f2a12250794e5897f39acfa7314db7f926bdf12.zip |
* Fixed items, that get dropped at 100% chance, being reported in @iteminfo as 'available in the shops only' (since/replaces r3482).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14627 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 263e4fe3f..3fb14b2d4 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -45,7 +45,7 @@ struct item_data { int value_buy; int value_sell; int type; - int maxchance; //For logs, for external game info, for scripts: Max drop chance of this item (e.g. 0.01% , etc.. if it = 0, then monsters don't drop it) [Lupus] + int maxchance; //For logs, for external game info, for scripts: Max drop chance of this item (e.g. 0.01% , etc.. if it = 0, then monsters don't drop it, -1 denotes items sold in shops only) [Lupus] int sex; int equip; int weight; |