Fixed new players with improper quest setting.

This commit is contained in:
Rumble 2013-06-08 11:44:38 -03:00
parent 27e0dd7da9
commit 9af6630ea2

View file

@ -3458,7 +3458,7 @@ void init_char(struct char_data *ch)
GET_NUM_QUESTS(ch) = 0; GET_NUM_QUESTS(ch) = 0;
ch->player_specials->saved.completed_quests = NULL; ch->player_specials->saved.completed_quests = NULL;
GET_QUEST(ch) = -1; GET_QUEST(ch) = NOTHING;
ch->player.time.birth = time(0); ch->player.time.birth = time(0);
ch->player.time.logon = time(0); ch->player.time.logon = time(0);