summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-22 21:03:19 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-22 21:03:19 +0000
commit162af4caa481eef2529ccdc1299d9578539143c9 (patch)
tree26fbac5a3aa31aa02096d567534fbed35dda8c6b /src/map/clif.c
parentfad0a74cd53f827e4c006b497b658baca2065a3d (diff)
downloadhercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.gz
hercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.bz2
hercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.xz
hercules-162af4caa481eef2529ccdc1299d9578539143c9.zip
Some generic typo fixes (src and npc)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10054 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 559bb4f69..457abb254 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