From 07272f7a16db87970583286db03167ca79604a69 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 15 May 2013 18:23:07 -0300 Subject: Follow up b864056b8d088660fca9129bddad477732ed8df9 Special Thanks to Xgear! Signed-off-by: shennetsind --- src/map/unit.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 2847052f6..4602901d9 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1179,7 +1179,12 @@ int unit_skilluse_id2(struct block_list *src, int target_id, uint16 skill_id, ui sd->skill_lv_old = skill_lv; break; } + /* temporarily disabled, awaiting for kenpachi to detail this so we can make it work properly */ +#if 0 if ( sd->skillitem != skill_id && !skill->check_condition_castbegin(sd, skill_id, skill_lv) ) +#else + if ( !skill->check_condition_castbegin(sd, skill_id, skill_lv) ) +#endif return 0; } -- cgit v1.2.3-60-g2f50