Browse Source

- Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_) for dual wielders.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5891 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 years ago
parent
commit
a007ab9457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/battle.c

+ 1 - 1
src/map/battle.c

@@ -852,7 +852,7 @@ static void battle_calc_base_damage(struct block_list *src, struct block_list *t
 		
 		atkmax = status_get_atk(src);
 		if (damage2)
-			atkmax_ = status_get_atk(src);
+			atkmax_ = status_get_atk_(src);
 
 		if (!(flag&1) || (flag&2))
 		{	//Normal attacks