mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-11 10:34:20 +01:00
Backfilled the changelog, several fixes. --Rumble
This commit is contained in:
parent
231a1a2dcd
commit
bc95dfe20e
9 changed files with 28 additions and 22 deletions
2
src/db.c
2
src/db.c
|
|
@ -2080,7 +2080,7 @@ static void load_zones(FILE *fl, char *zonename)
|
|||
}
|
||||
else
|
||||
{
|
||||
/* We found 12 values, so deal with the strings */
|
||||
/* We found 10 values, so deal with the strings */
|
||||
Z.zone_flags[0] = asciiflag_conv(zbuf1);
|
||||
Z.zone_flags[1] = asciiflag_conv(zbuf2);
|
||||
Z.zone_flags[2] = asciiflag_conv(zbuf3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue