From 0dbbe22a43c72737349b5907088bd5c90d5c3d3a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 3 Feb 2013 13:36:21 -0200 Subject: Partial Fix to Bug #7039 Fixed magical reflection behavior, user reflecting now visually casts the skill back at the caster, instead of caster casting it on itself. Waiting confirmation on the other part to fix. http://hercules.ws/board/tracker/issue-7039-frost-diver/ Signed-off-by: shennetsind --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index f806c4ec5..9c07390f3 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2252,6 +2252,7 @@ int skill_attack (int attack_type, struct block_list* src, struct block_list *ds rmdamage = 1; bl = src; src = tbl; + dsrc = tbl; sd = BL_CAST(BL_PC, src); tsd = BL_CAST(BL_PC, bl); sc = status_get_sc(bl); -- cgit v1.2.3-60-g2f50