summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-27 07:41:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-27 07:41:05 +0000
commitc3fe5f43ebce077d8711fe7ba4a30cb78dea2d38 (patch)
tree38e7f5d78975a9777dec8e33a4deeca32db5fe00 /src/map/clif.c
parent1c82999ec3876f8198b44919fdcdd0a7806613ce (diff)
downloadhercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.gz
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.bz2
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.xz
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.zip
- Removed a missing file reference in the athena-start script
- Fixed a #error "<malloc.h> has been replaced by <stdlib.h>" problem - Fixed the msg_silent setting not being announced every time git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10077 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index b2d70f55e..ded779626 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9225,7 +9225,7 @@ void clif_parse_EquipItem(int fd,struct map_session_data *sd)
return;
}
- //Client doesn't sends the position for ammo.
+ //Client doesn't send the position for ammo.
if(sd->inventory_data[index]->type == IT_AMMO)
pc_equipitem(sd,index,EQP_AMMO);
else