mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 20:11:44 +01:00
Fixed new players with improper quest setting.
This commit is contained in:
2
src/db.c
2
src/db.c
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user