summaryrefslogtreecommitdiff
path: root/src/map/mail.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-09 03:12:26 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-09 03:12:26 +0000
commit5e6b7d4af4c34d9e059afbe38c12e25de728a564 (patch)
tree4cd3e222e7e9fbd13171290efe895753e2ac4f0b /src/map/mail.c
parent471667fa635a99bb32c0c2cc246a72706618b2fe (diff)
downloadhercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.gz
hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.bz2
hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.tar.xz
hercules-5e6b7d4af4c34d9e059afbe38c12e25de728a564.zip
- More scripts fixes.
- Some cleanups to the code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12695 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mail.c')
-rw-r--r--src/map/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mail.c b/src/map/mail.c
index 733fce646..6fa605bb8 100644
--- a/src/map/mail.c
+++ b/src/map/mail.c
@@ -76,7 +76,7 @@ unsigned char mail_setitem(struct map_session_data *sd, int idx, int amount)
amount = 0;
sd->mail.zeny = amount;
- clif_updatestatus(sd, SP_ZENY);
+ // clif_updatestatus(sd, SP_ZENY);
return 0;
}
else