diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-26 20:13:14 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-26 20:13:14 +0800 |
commit | 6205a2c3de94df7e5177a25b735fd5f2c0e56e98 (patch) | |
tree | 4bc14da48779785775562bd2dea470c37793493e /src/map/pc.h | |
parent | 6dd08befa6064a652d0d98e7cb85f0e353992dd5 (diff) | |
download | hercules-6205a2c3de94df7e5177a25b735fd5f2c0e56e98.tar.gz hercules-6205a2c3de94df7e5177a25b735fd5f2c0e56e98.tar.bz2 hercules-6205a2c3de94df7e5177a25b735fd5f2c0e56e98.tar.xz hercules-6205a2c3de94df7e5177a25b735fd5f2c0e56e98.zip |
Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 28e6e4007..641a8ee7c 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -31,15 +31,6 @@ #define MAX_PC_FEELHATE 3 #define PVP_CALCRANK_INTERVAL 1000 // PVP calculation interval -#define RESET_SPIRITS(target) do { \ - if ( target ) { \ - if ( target->spiritball ) \ - pc->delspiritball(target, target->spiritball, 0); \ - for ( int c = SPIRITS_TYPE_CHARM_WATER; c < SPIRITS_TYPE_SPHERE; c++ ) \ - pc->del_charm(target, target->spiritcharm[c], c); \ - } \ -}while ( 0 ) - //Equip indexes constants. (eg: sd->equip_index[EQI_AMMO] returns the index //where the arrows are equipped) enum equip_index { |