git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@331 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user