diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index d94796723..fc48f3194 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -279,9 +279,9 @@ struct mmo_charstatus { int fame; // Mercenary Guilds Rank - int arch_loyalty, arch_count; - int spear_loyalty, spear_count; - int sword_loyalty, sword_count; + int arch_faith, arch_calls; + int spear_faith, spear_calls; + int sword_faith, sword_calls; short weapon; // enum weapon_type short shield; // view-id |