summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h9
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 {