mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-24 16:24:07 +01:00
Updated world and files for release.
This commit is contained in:
parent
e8a047003c
commit
027eec89fc
29 changed files with 561 additions and 517 deletions
|
|
@ -227,7 +227,7 @@ void assign_the_quests(void)
|
|||
log("SYSERR: Quest #%d has an invalid questmaster.", QST_NUM(rnum));
|
||||
continue;
|
||||
}
|
||||
if (mob_index[QST_MASTER(rnum)].func &&
|
||||
if (mob_index[(mrnum)].func &&
|
||||
mob_index[(mrnum)].func != questmaster)
|
||||
QST_FUNC(rnum) = mob_index[(mrnum)].func;
|
||||
mob_index[(mrnum)].func = questmaster;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue