diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 8aaab7dd9..2e40bf7da 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7898,7 +7898,7 @@ int clif_charnameupdate (struct map_session_data *ssd) memcpy(WBUFP(buf,30), p->party.name, NAME_LENGTH); else WBUFB(buf,30) = 0; - + if (g) { int i, ps = -1; |