Creature/Quotes

* don't add superfluous creature name placeholder to emotes
This commit is contained in:
Sarjuuk
2025-10-05 18:53:40 +02:00
parent baf4ba5b98
commit 7b752143a0

View File

@@ -268,7 +268,7 @@ class Game
}; };
// prefix // prefix
$prefix = '%s '; $prefix = '';
if ($t['talkType'] != 4) if ($t['talkType'] != 4)
$prefix = ($talkSource ?: '%s').' '.Lang::npc('textTypes', $t['talkType']).Lang::main('colon').($t['lang'] ? '['.Lang::game('languages', $t['lang']).'] ' : ' '); $prefix = ($talkSource ?: '%s').' '.Lang::npc('textTypes', $t['talkType']).Lang::main('colon').($t['lang'] ? '['.Lang::game('languages', $t['lang']).'] ' : ' ');