summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
authorIbrahem Hossam <hemagx2@gmail.com>2016-04-24 13:13:19 +0200
committerIbrahem Hossam <hemagx2@gmail.com>2016-04-24 13:13:19 +0200
commit31e27a130676e3e416b583bb947f9dd87efdce81 (patch)
treef91422fa8b0ecd93ccb15720bc15a9b9b839cfd2 /src/map/homunculus.c
parent3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16 (diff)
parent9fdb4567ab8af97004d7c6dcd35f27f788b0bb15 (diff)
downloadhercules-31e27a130676e3e416b583bb947f9dd87efdce81.tar.gz
hercules-31e27a130676e3e416b583bb947f9dd87efdce81.tar.bz2
hercules-31e27a130676e3e416b583bb947f9dd87efdce81.tar.xz
hercules-31e27a130676e3e416b583bb947f9dd87efdce81.zip
Merge pull request #1264 from HerculesWS/vs2015
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r--src/map/homunculus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c
index bda8fd9e6..66cce23e6 100644
--- a/src/map/homunculus.c
+++ b/src/map/homunculus.c
@@ -391,7 +391,7 @@ bool homunculus_levelup(struct homun_data *hd) {
growth_max_hp, growth_max_sp,
growth_str/10.0, growth_agi/10.0, growth_vit/10.0,
growth_int/10.0, growth_dex/10.0, growth_luk/10.0);
- clif_disp_onlyself(hd->master,output,strlen(output));
+ clif_disp_onlyself(hd->master, output);
}
return true;
}