diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index aa928fb9b..37dc03901 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -217,7 +217,7 @@ struct mmo_charstatus { int party_id,guild_id,pet_id,hom_id; int fame; - enum weapon_type weapon; + short weapon; // enum weapon_type short shield; // view-id short head_top,head_mid,head_bottom; |