summaryrefslogtreecommitdiff
path: root/src/emap/skill.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-29 20:12:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-29 20:12:02 +0300
commit9712d4c8820c14d43d5869163722ccda7595a5df (patch)
tree77e38a0c29295dd91e71d8033b9fcfe002361663 /src/emap/skill.c
parent51e1c8fd61d0e8270c7502095c73cf58f8beac62 (diff)
downloadevol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.gz
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.bz2
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.xz
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.zip
Update from hercules.s20171226
Diffstat (limited to 'src/emap/skill.c')
-rw-r--r--src/emap/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/skill.c b/src/emap/skill.c
index d559693..4cb8ce7 100644
--- a/src/emap/skill.c
+++ b/src/emap/skill.c
@@ -31,7 +31,7 @@
#include "plugins/HPMHooking.h"
int eskill_get_index_post(int retVal,
- uint16 skill_id)
+ int skill_id)
{
if (skill_id >= EVOL_FIRST_SKILL && skill_id < EVOL_FIRST_SKILL + MAX_EVOL_SKILLS)
{