summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-01-24 09:24:28 +0100
committerHaru <haru@dotalux.com>2020-02-09 23:53:53 +0100
commit26eae1d9e811f3171078c675f233be1c0faa4109 (patch)
treedc64eeba44f9c9c00ef1dbc1a527341e688afe97 /src/map/itemdb.h
parent6e2e6a353ba7a0ff1a82b1e8acca6950ae3e47a1 (diff)
downloadhercules-26eae1d9e811f3171078c675f233be1c0faa4109.tar.gz
hercules-26eae1d9e811f3171078c675f233be1c0faa4109.tar.bz2
hercules-26eae1d9e811f3171078c675f233be1c0faa4109.tar.xz
hercules-26eae1d9e811f3171078c675f233be1c0faa4109.zip
Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_castbegin() to pc_useitem().
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index d2592af4e..5f0790b10 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -95,6 +95,8 @@ enum item_itemid {
ITEMID_ALOEBERA = 606,
ITEMID_SPECTACLES = 611,
ITEMID_POISON_BOTTLE = 678,
+ ITEMID_EARTH_SCROLL_1_3 = 686,
+ ITEMID_EARTH_SCROLL_1_5 = 687,
ITEMID_EMPTY_BOTTLE = 713,
ITEMID_EMPERIUM = 714,
ITEMID_YELLOW_GEMSTONE = 715,