diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-05 22:06:18 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-05 16:20:53 +0100 |
commit | ddab7db291f714f03d1b553a649760474ac8cecd (patch) | |
tree | b6ecfc0a53ee35d4c55519bedb7673c5cf846571 /src/map/itemdb.h | |
parent | cba5a8c379b04daba61316cd0978a02481072e9f (diff) | |
download | hercules-ddab7db291f714f03d1b553a649760474ac8cecd.tar.gz hercules-ddab7db291f714f03d1b553a649760474ac8cecd.tar.bz2 hercules-ddab7db291f714f03d1b553a649760474ac8cecd.tar.xz hercules-ddab7db291f714f03d1b553a649760474ac8cecd.zip |
Change the leftover ItemID's in skills.
Closes #1067 as merged
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 5ea22b190..e312acf1f 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -64,6 +64,7 @@ enum item_itemid { ITEMID_BRANCH_OF_DEAD_TREE = 604, ITEMID_ANODYNE = 605, ITEMID_ALOEBERA = 606, + ITEMID_POISON_BOTTLE = 678, ITEMID_EMPTY_BOTTLE = 713, ITEMID_EMPERIUM = 714, ITEMID_YELLOW_GEMSTONE = 715, |