diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:45:56 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:45:56 +0000 |
commit | a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43 (patch) | |
tree | 266a5e008ae6a16ca9d4d644a9cee86e7271c7d8 /src/common | |
parent | bb1a4e56b358c36a7996be8d34b84e7f118f63f5 (diff) | |
download | hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.gz hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.bz2 hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.xz hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.zip |
- Something i forget to commit mmo.h.
- Preparatives for Faith/Calls/Kills for mercenaries.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13167 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-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 |