summaryrefslogtreecommitdiff
path: root/src/map/homunculus.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-08-25 19:40:47 +0200
committerHaru <haru@dotalux.com>2019-08-26 01:22:12 +0200
commit2bee596ad0bb84a92d878d3d76993ba365c70e2b (patch)
treefcaf306904425bd7056900ff21a424d6dea870a4 /src/map/homunculus.h
parent6d04c0c88e7adc85fc3bf6ab67a84ba159450bfe (diff)
downloadhercules-2bee596ad0bb84a92d878d3d76993ba365c70e2b.tar.gz
hercules-2bee596ad0bb84a92d878d3d76993ba365c70e2b.tar.bz2
hercules-2bee596ad0bb84a92d878d3d76993ba365c70e2b.tar.xz
hercules-2bee596ad0bb84a92d878d3d76993ba365c70e2b.zip
Fix the intimacy requirement check for the homunculus ultimate skills
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r--src/map/homunculus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h
index bcbda7e6c..5bb4334cb 100644
--- a/src/map/homunculus.h
+++ b/src/map/homunculus.h
@@ -133,7 +133,7 @@ struct homun_skill_tree_entry {
short id;
unsigned char max;
unsigned char joblv;
- short intimacylv;
+ int intimacylv;
struct {
short id;
unsigned char lv;