[8187] Remove %s prefix in BuildMonsterChat().

For cases where name of sender is expected to show in client chat (mainly emote texts), add %s to the text where name should display.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-07-16 17:00:30 +02:00
parent 745f4de173
commit 212ece4e06
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8186"
#define REVISION_NR "8187"
#endif // __REVISION_NR_H__