summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-11 04:46:36 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-11 04:46:36 +0000
commit4c29f5aeb5b12377d6f6d6161beb1b85515fbace (patch)
treead8ead5446f73ac6a00a851ed4905eefe2dda0a3 /src/map/clif.c
parent7d9d9d6baac2793fb1264074d03eb7bcde89e120 (diff)
downloadhercules-4c29f5aeb5b12377d6f6d6161beb1b85515fbace.tar.gz
hercules-4c29f5aeb5b12377d6f6d6161beb1b85515fbace.tar.bz2
hercules-4c29f5aeb5b12377d6f6d6161beb1b85515fbace.tar.xz
hercules-4c29f5aeb5b12377d6f6d6161beb1b85515fbace.zip
- The status window now shows the addition of the damage of your both weapons when dual wielding.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5256 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index a97f27941..bf5f3ba6d 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -3073,7 +3073,7 @@ int clif_updatestatus(struct map_session_data *sd,int type)
WFIFOL(fd,4)=sd->aspd;
break;
case SP_ATK1:
- WFIFOL(fd,4)=sd->base_atk+sd->right_weapon.watk;
+ WFIFOL(fd,4)=sd->base_atk+sd->right_weapon.watk+sd->left_weapon.watk;
break;
case SP_DEF1:
WFIFOL(fd,4)=sd->def;
@@ -3082,7 +3082,7 @@ int clif_updatestatus(struct map_session_data *sd,int type)
WFIFOL(fd,4)=sd->mdef;
break;
case SP_ATK2:
- WFIFOL(fd,4)=sd->right_weapon.watk2;
+ WFIFOL(fd,4)=sd->right_weapon.watk2 + sd->left_weapon.watk2;
break;
case SP_DEF2:
WFIFOL(fd,4)=sd->def2;
@@ -3341,8 +3341,8 @@ int clif_initialstatus(struct map_session_data *sd)
WBUFB(buf,14)=(sd->status.luk > 255)? 255:sd->status.luk;
WBUFB(buf,15)=pc_need_status_point(sd,SP_LUK);
- WBUFW(buf,16) = sd->base_atk + sd->right_weapon.watk;
- WBUFW(buf,18) = sd->right_weapon.watk2; //atk bonus
+ WBUFW(buf,16) = sd->base_atk + sd->right_weapon.watk + sd->left_weapon.watk;
+ WBUFW(buf,18) = sd->right_weapon.watk2 + sd->left_weapon.watk2; //atk bonus
WBUFW(buf,20) = sd->matk1;
WBUFW(buf,22) = sd->matk2;
WBUFW(buf,24) = sd->def; // def