summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-07 14:06:21 -0200
committershennetsind <ind@henn.et>2013-12-07 14:06:21 -0200
commit53b2d771beebbb358bf88cad47317965876eb0b4 (patch)
tree3b300db9213f57ba040e47e5d50f69a9f8f7eaf5 /src/map/itemdb.h
parent84af31d2bd4a23d967003d70e1f53049eadfda24 (diff)
downloadhercules-53b2d771beebbb358bf88cad47317965876eb0b4.tar.gz
hercules-53b2d771beebbb358bf88cad47317965876eb0b4.tar.bz2
hercules-53b2d771beebbb358bf88cad47317965876eb0b4.tar.xz
hercules-53b2d771beebbb358bf88cad47317965876eb0b4.zip
Fixed angra manyu aspd base calc
fixed as in, it now skips the thing entirely, matching official behavior and no longer affected by job-specific modifiers. Thanks to Yommy. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 1030035ea..d74b92d4b 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -70,6 +70,7 @@ enum item_itemid {
ITEMID_PHRACON = 1010,
ITEMID_EMVERETARCON = 1011,
ITEMID_TRAP = 1065,
+ ITEMID_ANGRA_MANYU = 1599,
ITEMID_STRANGE_EMBRYO = 6415,
ITEMID_FACE_PAINT = 6120,
ITEMID_STONE = 7049,