summaryrefslogtreecommitdiff
path: root/src/map/unit.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-21 14:34:35 -0300
committershennetsind <ind@henn.et>2013-07-21 14:34:35 -0300
commit2548a8cee42fae1225cd9ff3266beb4feb13dc83 (patch)
tree9490a249d15805b5c17c638d6d336698e64d9ab8 /src/map/unit.h
parentd680d0ccd5207a0f858b93d2c28997148bcc5f55 (diff)
parent5f7320cda31036120ab11d9f719b34bf2809cbb4 (diff)
downloadhercules-2548a8cee42fae1225cd9ff3266beb4feb13dc83.tar.gz
hercules-2548a8cee42fae1225cd9ff3266beb4feb13dc83.tar.bz2
hercules-2548a8cee42fae1225cd9ff3266beb4feb13dc83.tar.xz
hercules-2548a8cee42fae1225cd9ff3266beb4feb13dc83.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/unit.h')
-rw-r--r--src/map/unit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.h b/src/map/unit.h
index 9d1c02a31..a4c7fc0cc 100644
--- a/src/map/unit.h
+++ b/src/map/unit.h
@@ -124,6 +124,7 @@ void unit_dataset(struct block_list *bl);
int unit_fixdamage(struct block_list *src,struct block_list *target,unsigned int tick,int sdelay,int ddelay,int damage,int div,int type,int damage2);
// ‚»‚Ì‘¼
struct unit_data* unit_bl2ud(struct block_list *bl);
+struct unit_data* unit_bl2ud2(struct block_list *bl);
void unit_remove_map_pc(struct map_session_data *sd, clr_type clrtype);
void unit_free_pc(struct map_session_data *sd);
#define unit_remove_map(bl,clrtype) unit_remove_map_(bl,clrtype,__FILE__,__LINE__,__func__)