Updated world and files for release.

This commit is contained in:
Rumble 2015-01-18 20:55:01 -06:00
parent e8a047003c
commit 027eec89fc
29 changed files with 561 additions and 517 deletions

View file

@ -52,7 +52,6 @@ static void mod_llog_entry(struct last_entry *llast,int type);
static int get_max_recent(void);
static void clear_recent(struct recent_player *this);
static struct recent_player *create_recent(void);
const char *get_spec_func_name(SPECIAL(*func));
bool zedit_get_levels(struct descriptor_data *d, char *buf);

View file

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

View file

@ -22,7 +22,7 @@
* on an older version. You are supposed to compare this with the macro
* TBAMUD_VERSION() in utils.h.
* It is read as Major/Minor/Patchlevel - MMmmPP */
#define _TBAMUD 0x030650
#define _TBAMUD 0x030660
/** If you want equipment to be automatically equipped to the same place
* it was when players rented, set the define below to 1 because