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

@ -263,7 +263,6 @@ void char_from_furniture(struct char_data *ch);
GET_LEVEL(ch))
#define GET_CLASS(ch) ((ch)->player.chclass)
#define GET_HOME(ch) ((ch)->player.hometown)
#define GET_HEIGHT(ch) ((ch)->player.height)
#define GET_WEIGHT(ch) ((ch)->player.weight)
#define GET_SEX(ch) ((ch)->player.sex)