diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-19 20:33:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-19 20:33:35 +0000 |
commit | e40f18144353a58e9d433fcba000d862b240e34f (patch) | |
tree | 4eb803c146348ebdc37d93b7a2c117a209db5818 /src/map/pc.c | |
parent | fcf36ede4febcb956a6685f666e21b64659d38e1 (diff) | |
download | hercules-e40f18144353a58e9d433fcba000d862b240e34f.tar.gz hercules-e40f18144353a58e9d433fcba000d862b240e34f.tar.bz2 hercules-e40f18144353a58e9d433fcba000d862b240e34f.tar.xz hercules-e40f18144353a58e9d433fcba000d862b240e34f.zip |
- Fixed the setting hom_setting not being read at all.
- Minor cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9525 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 8ffa54291..f6923a8c2 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5770,7 +5770,6 @@ int pc_setcart(struct map_session_data *sd,int type) pc_setoption(sd,option); clif_cartlist(sd); clif_updatestatus(sd,SP_CARTINFO); - clif_status_change(&sd->bl,SI_INCREASEAGI,0); //0x0c is 12, Increase Agi?? } else{ pc_setoption(sd,option); |