Removed hometown and languages. --Rumble

This commit is contained in:
Rumble
2007-05-15 03:11:08 +00:00
parent bfa47111db
commit 2f24e37bb8
15 changed files with 24 additions and 42 deletions

View File

@@ -211,8 +211,6 @@ void convert(char *filename)
fprintf(outfile, "Clas: %d\n", (int)player.chclass);
if (player.level != PFDEF_LEVEL)
fprintf(outfile, "Levl: %d\n", (int)player.level);
if (player.hometown != PFDEF_HOMETOWN)
fprintf(outfile, "Home: %d\n", (int)player.hometown);
fprintf(outfile, "Brth: %d\n", (int)player.birth);
fprintf(outfile, "Plyd: %d\n", (int)player.played);
fprintf(outfile, "Last: %d\n", (int)player.last_logon);