diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-29 20:12:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-29 20:12:02 +0300 |
commit | 9712d4c8820c14d43d5869163722ccda7595a5df (patch) | |
tree | 77e38a0c29295dd91e71d8033b9fcfe002361663 /src/emap/skill.c | |
parent | 51e1c8fd61d0e8270c7502095c73cf58f8beac62 (diff) | |
download | evol-hercules-s20171226.tar.gz evol-hercules-s20171226.tar.bz2 evol-hercules-s20171226.tar.xz evol-hercules-s20171226.zip |
Update from hercules.s20171226
Diffstat (limited to 'src/emap/skill.c')
-rw-r--r-- | src/emap/skill.c | 2 |
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) { |