summaryrefslogtreecommitdiff
path: root/src/map/mercenary.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-11-18 19:01:51 +0100
committerGitHub <noreply@github.com>2017-11-18 19:01:51 +0100
commita63c82c8bd29fd829a5d8cfba7d02d11cf4634c5 (patch)
tree8f369881467a3d1a9a5a0a4fb16631ad6d33e44e /src/map/mercenary.h
parent93fe9834c3075bad0fc1ba1dd075147d7de3b73a (diff)
parent13b1d22dccc7a0e816963f070248e11c73538bd1 (diff)
downloadhercules-a63c82c8bd29fd829a5d8cfba7d02d11cf4634c5.tar.gz
hercules-a63c82c8bd29fd829a5d8cfba7d02d11cf4634c5.tar.bz2
hercules-a63c82c8bd29fd829a5d8cfba7d02d11cf4634c5.tar.xz
hercules-a63c82c8bd29fd829a5d8cfba7d02d11cf4634c5.zip
Merge pull request #1896 from MishimaHaruna/skill_id_idx
Skill ID / IDX fixes
Diffstat (limited to 'src/map/mercenary.h')
-rw-r--r--src/map/mercenary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mercenary.h b/src/map/mercenary.h
index 0af75e8a2..f3773f191 100644
--- a/src/map/mercenary.h
+++ b/src/map/mercenary.h
@@ -92,7 +92,7 @@ struct mercenary_data {
struct regen_data regen;
struct s_mercenary_db *db;
struct s_mercenary mercenary;
- char blockskill[MAX_SKILL];
+ char blockskill[MAX_SKILL_DB];
struct map_session_data *master;
int contract_timer;