diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:47:30 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:47:30 +0000 |
commit | c5460b307a161cc0ff7209e04d278ff8ed131ba6 (patch) | |
tree | 342e2ff06d771284badaca12b003d72e077f76c1 /src/map/skill.c | |
parent | b965f8dd85d0b0ea5e3fb512fc7b81d5b0a5eeea (diff) | |
download | hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.gz hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.bz2 hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.xz hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.zip |
* Merged changes up to eAthena 15058.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 0814bcc4c..7657bc092 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1533,7 +1533,7 @@ int skill_counter_additional_effect (struct block_list* src, struct block_list * TBL_HOM *hd = (TBL_HOM*)src; hd->homunculus.intimacy = 200; if (hd->master) - clif_send_homdata(hd->master,0x100,hd->homunculus.intimacy/100); + clif_send_homdata(hd->master,SP_INTIMATE,hd->homunculus.intimacy/100); } break; case CR_GRANDCROSS: |