mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 03:21:45 +01:00
Updated autorun to fix a random syslog numbering bug. (thanks Zizazat) -- Rumble
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user