Explorar el Código

- Oops, fixed an error in the GTB bounce code.

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

+ 1 - 1
src/map/skill.c

@@ -2805,7 +2805,7 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, int
 
 	if (skillid && skill_get_type(skillid) == BF_MAGIC && status_isimmune(bl) == 100)
 	{	//GTB makes all targetted magic display miss with a single bolt.
-		clif_skill_damage(src, bl, tick, status_get_amotion(src), tstatus->dmotion,
+		clif_skill_damage(src, bl, tick, status_get_amotion(src), status_get_dmotion(bl),
 			0, 1, skillid, skilllv, skill_get_hit(skillid));
 		return 1;
 	}