mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-06 20:35:22 +02:00
Fix outstanding tbamud compile errors
This commit is contained in:
parent
78b2e3ae30
commit
7a188a7cdb
7 changed files with 19 additions and 9 deletions
|
|
@ -616,7 +616,7 @@ static void quest_show(struct char_data *ch, mob_vnum qm)
|
|||
send_to_char(ch, "There are no quests available here at the moment.\r\n");
|
||||
}
|
||||
|
||||
static void quest_stat(struct char_data *ch, char argument[MAX_STRING_LENGTH])
|
||||
static void quest_stat(struct char_data *ch, const char *argument)
|
||||
{
|
||||
qst_rnum rnum;
|
||||
mob_rnum qmrnum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue