diff options
Diffstat (limited to 'src/char_sql/int_homun.c')
-rw-r--r-- | src/char_sql/int_homun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/int_homun.c b/src/char_sql/int_homun.c index 5f620409e..d5a928e59 100644 --- a/src/char_sql/int_homun.c +++ b/src/char_sql/int_homun.c @@ -218,7 +218,7 @@ bool mapif_homunculus_load(int homun_id, struct s_homunculus* hd) // lv Sql_GetData(sql_handle, 1, &data, NULL); - hd->hskill[i].lv = (unsigned short)atoi(data); + hd->hskill[i].lv = (unsigned char)atoi(data); } Sql_FreeResult(sql_handle); |