Add other player in mail transactions (#7568)

* Add other player's char_id in mail transactions

Thanks to @tokeiburu

Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
This commit is contained in:
Vincent Stumpf
2023-03-14 02:30:23 -07:00
committed by GitHub
parent cbb5380527
commit 7dd6eb5182
17 changed files with 62 additions and 59 deletions

View File

@@ -13120,7 +13120,7 @@ BUILDIN_FUNC(warpwaitingpc)
{// no zeny to cover set fee
break;
}
pc_payzeny(sd, cd->zeny, LOG_TYPE_NPC, NULL);
pc_payzeny(sd, cd->zeny, LOG_TYPE_NPC);
}
mapreg_setreg(reference_uid(add_str("$@warpwaitingpc"), i), sd->bl.id);