diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-07 21:54:12 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-07 21:54:12 +0000 |
commit | f325738db0ff69176476cac7f11e0460bfdbcba4 (patch) | |
tree | 75da73a61dddf03c54ba7d1ddd5b6d35c6439288 /src/map/clif.c | |
parent | 77fd5cb10e8e63ce973cb7bd56a3ad4dabb58f90 (diff) | |
download | hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.gz hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.bz2 hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.xz hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.zip |
Some minor typo fixing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10960 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 6e96d79a4..6ab8ea438 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3766,7 +3766,7 @@ void clif_getareachar_unit(struct map_session_data* sd,struct block_list *bl) if (pd->vd.head_bottom) { //TODO: adjust clif_pet_equip() to support a 'target', then rewrite this mess into a function call - int fd = sd->fd; + int fd = sd->fd; WFIFOHEAD(fd,packet_len(0x1a4)); WFIFOW(fd,0) = 0x1a4; WFIFOB(fd,2) = 3; @@ -7482,7 +7482,7 @@ int clif_refresh(struct map_session_data *sd) nullpo_retr(-1, sd); clif_changemap(sd,sd->mapindex,sd->bl.x,sd->bl.y); clif_inventorylist(sd); - if(pc_iscarton(sd)){ + if(pc_iscarton(sd)) { clif_cartlist(sd); clif_updatestatus(sd,SP_CARTINFO); } |