diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 441ee1959..01d591d6c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -2387,7 +2387,7 @@ int status_calc_homunculus(struct homun_data *hd, int first) status->luk = hom->luk / 10; if (first) { //[orn] - const struct homunculus_db *db = hd->homunculusDB; + const struct s_homunculus_db *db = hd->homunculusDB; status->def_ele = db->element; status->ele_lv = 1; status->race = db->race; |