Fix: message de tchat des commerces

This commit is contained in:
2024-11-03 21:29:18 +01:00
parent 6106e2a19e
commit 85acb5a255
2 changed files with 3 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export class RdDBaseActor extends Actor {
RdDAudio.PlayContextAudio("argent"); // Petit son
ChatMessage.create({
whisper: ChatUtility.getOwners(this.name),
whisper: ChatUtility.getOwners(this),
content: `Vous avez reçu <strong>${sols} Sols</strong> ${fromActor ? " de " + fromActor.name : ''}, qui ont été ajoutés à votre argent.`
});
}