Updated autorun to fix a random syslog numbering bug. (thanks Zizazat) -- Rumble

This commit is contained in:
Rumble
2008-05-15 14:43:08 +00:00
parent a7ffa85498
commit 6817812208
4 changed files with 12 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ ACMD(do_oasis_qedit)
number = atoi(buf1);
/****************************************************************************/
/** Check that the guild isn't already being edited. **/
/** Check that the quest isn't already being edited. **/
/****************************************************************************/
for (d = descriptor_list; d; d = d->next) {
if (STATE(d) == CON_QEDIT) {