mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 09:10:13 +01:00
Fixed new players with improper quest setting.
This commit is contained in:
parent
27e0dd7da9
commit
9af6630ea2
1 changed files with 1 additions and 1 deletions
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue