forked from kyonshi/grenzland-mud
Backfilled the changelog, several fixes. --Rumble
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user