summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-02-07 13:46:54 +0530
committerDastgir <dastgirp@gmail.com>2018-02-09 21:54:42 +0530
commit132cc722fa490310b6e08a5cfe17625c8cf8baf1 (patch)
tree99f960c62aeca1233850dfa4e38f164e75ff2a69 /src/map/pc.h
parent19c94017a31d86f7848085162ffb741770975128 (diff)
downloadhercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.gz
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.bz2
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.xz
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.zip
Implemented hatEffect.
Allows the player to have hatEffect specialeffects. Base taken from rAthena
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index a01152df5..e699e5750 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -618,6 +618,9 @@ END_ZEROED_BLOCK;
const char* delunit_prevfile;
int delunit_prevline;
+ // HatEffect
+ VECTOR_DECL(int) hatEffectId;
+
};
#define EQP_WEAPON EQP_HAND_R