Minor bug: if you set a title, and set the char notitle, and a char levels,
the title is overwritten...
fix:
limits.c
set_title
change
if (title == NULL)
title = ...;
to
if (title == NULL) {
if (!PLR_FLAGGED(ch, PLR_NOTITLE))
return;
title = ...;
}
Gekke Eekhoorn of BUG.
(PS: no liabel suits... If this fix sends your decoded passwords to me,
sorry :)
This archive was generated by hypermail 2b30 : 12/07/00 PST