Fix a mistake in npctalk

This commit is contained in:
Atemo 2016-03-12 16:03:16 +01:00
parent 7e66be5932
commit 6f34c14c0e

View File

@ -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;
}