Browse Source

Fixed a typo in r9906 (C language restriction)

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

+ 1 - 1
src/map/battle.c

@@ -2580,8 +2580,8 @@ struct Damage  battle_calc_misc_attack(
 	
 	if (!(nk&NK_IGNORE_FLEE))
 	{
-		i = 0; //Temp for "hit or no hit"
 		struct status_change *sc = status_get_sc(target);
+		i = 0; //Temp for "hit or no hit"
 		if(sc && sc->opt1 && sc->opt1 != OPT1_STONEWAIT)
 			i = 1;
 		else {