From 98add4b57c4f0d4fdf21ec34ebfd3ea05c640fbf Mon Sep 17 00:00:00 2001 From: eathenabot Date: Tue, 17 Jan 2012 06:34:51 +0000 Subject: - Follow up to r15472. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15474 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 05b8d2e39..7a2580c22 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1346,7 +1346,7 @@ int unit_skilluse_pos2( struct block_list *src, short skill_x, short skill_y, sh * if we cancel it from nodamage_id, so it has to be here for it to not display the animation. **/ if( skill_num == AL_PNEUMA && map_getcell(src->m, skill_x, skill_y, CELL_CHKLANDPROTECTOR) ) { - clif_skill_fail(sd,skill_num,0,0); + clif_skill_fail(sd,skill_num,USESKILL_FAIL_LEVEL,0); return 0; } } -- cgit v1.2.3-70-g09d2