mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-18 01:21:45 +01:00
Removed hometown and languages. --Rumble
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user