From 7b752143a0173b938e81a4caae9eddaa898d7944 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 5 Oct 2025 18:53:40 +0200 Subject: [PATCH] Creature/Quotes * don't add superfluous creature name placeholder to emotes --- includes/game/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/game/misc.php b/includes/game/misc.php index 0902b3c6..f146ae48 100644 --- a/includes/game/misc.php +++ b/includes/game/misc.php @@ -268,7 +268,7 @@ class Game }; // prefix - $prefix = '%s '; + $prefix = ''; if ($t['talkType'] != 4) $prefix = ($talkSource ?: '%s').' '.Lang::npc('textTypes', $t['talkType']).Lang::main('colon').($t['lang'] ? '['.Lang::game('languages', $t['lang']).'] ' : ' ');