summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 15:07:37 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 15:07:37 +0000
commit47981612dad9c7d94466e357de003f0ba597efcb (patch)
tree149cca1ddc2fe13a15999585cab3631588b93880 /src/map/chrif.c
parent8f6123730efe4fb57d9895e032967fefb0a00d40 (diff)
downloadhercules-47981612dad9c7d94466e357de003f0ba597efcb.tar.gz
hercules-47981612dad9c7d94466e357de003f0ba597efcb.tar.bz2
hercules-47981612dad9c7d94466e357de003f0ba597efcb.tar.xz
hercules-47981612dad9c7d94466e357de003f0ba597efcb.zip
- Some cleaning of the fame-update code, fixing a logic bug which made the ranking list fail to display the correct ranker names.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6891 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index a5f48dbb8..d3e04a7a1 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -1127,7 +1127,7 @@ int chrif_updatefamelist(struct map_session_data *sd)
return 0;
}
- WFIFOHEAD(char_fd, 12);
+ WFIFOHEAD(char_fd, 12);
WFIFOW(char_fd, 0) = 0x2b10;
WFIFOL(char_fd, 2) = sd->char_id;
WFIFOL(char_fd, 6) = sd->status.fame;