mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Creature/Quotes
* don't add superfluous creature name placeholder to emotes
This commit is contained in:
@@ -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']).'] ' : ' ');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user