summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-10 19:34:51 -0200
committershennetsind <ind@henn.et>2014-02-10 19:34:51 -0200
commit90a2c005e8ec14e4af480dcf2e0dbb5112debfde (patch)
treeb0bd03448db3c3f539a46c65b17978d02c26c0bd /src/map/pc.h
parent7baaf99a171e34c0a0820e5068e02055929d233b (diff)
downloadhercules-90a2c005e8ec14e4af480dcf2e0dbb5112debfde.tar.gz
hercules-90a2c005e8ec14e4af480dcf2e0dbb5112debfde.tar.bz2
hercules-90a2c005e8ec14e4af480dcf2e0dbb5112debfde.tar.xz
hercules-90a2c005e8ec14e4af480dcf2e0dbb5112debfde.zip
Fixed Bug 7993
Shadow Accs and Dual-Wielding fix, thanks to bgamez23 http://hercules.ws/board/tracker/issue-7993-shadow-system-bug-for-accessories/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 30a24c00e..480dbd41a 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -577,6 +577,8 @@ enum equip_pos {
#define EQP_HELM (EQP_HEAD_LOW|EQP_HEAD_MID|EQP_HEAD_TOP)
#define EQP_ACC (EQP_ACC_L|EQP_ACC_R)
#define EQP_COSTUME (EQP_COSTUME_HEAD_TOP|EQP_COSTUME_HEAD_MID|EQP_COSTUME_HEAD_LOW|EQP_COSTUME_GARMENT)
+#define EQP_SHADOW_ACC (EQP_SHADOW_ACC_R|EQP_SHADOW_ACC_L)
+#define EQP_SHADOW_ARMS (EQP_SHADOW_WEAPON|EQP_SHADOW_SHIELD)
/// Equip positions that use a visible sprite
#if PACKETVER < 20110111