summaryrefslogtreecommitdiff
path: root/src/map/charcommand.c
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-22 21:25:28 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-22 21:25:28 +0000
commit1c98baf3ab95a8312385e19029d2c9abf352f78a (patch)
tree717184528d1ba54ba969c556edd514eb2acce3b2 /src/map/charcommand.c
parent73bb1f7559cd9956deb81fbd6fa93f6155102322 (diff)
downloadhercules-1c98baf3ab95a8312385e19029d2c9abf352f78a.tar.gz
hercules-1c98baf3ab95a8312385e19029d2c9abf352f78a.tar.bz2
hercules-1c98baf3ab95a8312385e19029d2c9abf352f78a.tar.xz
hercules-1c98baf3ab95a8312385e19029d2c9abf352f78a.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@331 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r--src/map/charcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c
index 6a8b0cbeb..c2e091302 100644
--- a/src/map/charcommand.c
+++ b/src/map/charcommand.c
@@ -408,6 +408,7 @@ int charcommand_petfriendly(
t = pl_sd->pet.intimate;
pl_sd->pet.intimate = friendly;
clif_send_petstatus(pl_sd);
+ clif_pet_emotion(pl_sd->pd,0);
if (battle_config.pet_status_support) {
if ((pl_sd->pet.intimate > 0 && t <= 0) ||
(pl_sd->pet.intimate <= 0 && t > 0)) {