summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-01-16 20:28:02 +0100
committerHaru <haru@dotalux.com>2016-01-16 20:28:02 +0100
commit3b1f9881edf52d725f768dbf2c0ef0c03ac60190 (patch)
tree4feaf21981ba31a0ce68abd22829773bc25acae9 /src/map/pc.h
parent76103463b0eba50c72aae6b3cf4db58871c84ee5 (diff)
parenta7d49b6031898895bbd300eb625fd620f7b6daee (diff)
downloadhercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.gz
hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.bz2
hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.tar.xz
hercules-3b1f9881edf52d725f768dbf2c0ef0c03ac60190.zip
Merge pull request #1031 from dastgir/12-OneClickIdentify
Added OneClickIdentify packet
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 23b46a631..06bc5e5ae 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1088,6 +1088,8 @@ END_ZEROED_BLOCK; /* End */
int (*check_job_name) (const char *name);
void (*update_idle_time) (struct map_session_data* sd, enum e_battle_config_idletime type);
+
+ int (*have_magnifier) (struct map_session_data *sd);
};
#ifdef HERCULES_CORE