Browse Source

Follow up r16676 - removed a superfluous argument from status_fix_damage call in skill.c. (bugreport:6533)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16681 54d463be-8e91-2dee-dedb-b68131a5f0ec
kenpachi2k11 12 years ago
parent
commit
e921e1a50c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/skill.c

+ 1 - 1
src/map/skill.c

@@ -2638,7 +2638,7 @@ int skill_attack (int attack_type, struct block_list* src, struct block_list *ds
 				( (devo_flag) ? bl:d_bl), gettick(), 0, 0, damage, 0, 0, 0);
 			status_fix_damage(
 				( (devo_flag) ? bl:NULL), 
-				( (devo_flag) ? bl:d_bl), damage, 0, 0);
+				( (devo_flag) ? bl:d_bl), damage, 0);
 		}
 		else {
 			status_change_end(bl, SC_DEVOTION, INVALID_TIMER);