Fix a mistake in npctalk
This commit is contained in:
parent
7e66be5932
commit
6f34c14c0e
@ -14258,7 +14258,7 @@ BUILDIN_FUNC(npctalk)
|
||||
if (nd) {
|
||||
char message[256];
|
||||
safesnprintf(message, sizeof(message), "%s", str);
|
||||
clif_disp_overhead(&nd->bl, str);
|
||||
clif_disp_overhead(&nd->bl, message);
|
||||
}
|
||||
return SCRIPT_CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user