Explorar el Código

- Fixed an error in the layout initialization of ice-wall. Thanks to Named for pointing it out.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5853 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex hace 19 años
padre
commit
76b9ca2fc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/map/skill.c

+ 1 - 1
src/map/skill.c

@@ -10527,7 +10527,7 @@ void skill_init_unit_layout(void)
 		if (i&1) {	/* ŽÎ‚ß”z’u */
 			if (i&0x2) {
 				int dx[] = {-2,-1, 0, 1, 2};
-				int dy[] = { 2,-1, 0,-1,-2};
+				int dy[] = { 2, 1, 0,-1,-2};
 				memcpy(skill_unit_layout[pos].dx,dx,sizeof(dx));
 				memcpy(skill_unit_layout[pos].dy,dy,sizeof(dy));
 			} else {