From 197d401dc57fd4c02009915816354b2205f17654 Mon Sep 17 00:00:00 2001 From: Michieru Date: Fri, 6 Jun 2014 14:52:16 +0200 Subject: Fix bug 8225 http://hercules.ws/board/tracker/issue-8225-gentle-touch-revitalize/ Complete Sorcerer Elemental Skills. --- src/map/battle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 810bebae9..6d1a98b54 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2621,8 +2621,7 @@ int64 battle_calc_damage(struct block_list *src,struct block_list *bl,struct Dam } } - if(sc->data[SC_ZEPHYR] && - flag&(BF_LONG|BF_SHORT)){ + if( sc->data[SC_ZEPHYR] && ((flag&BF_LONG) || rand()%100 < 10) ) { d->dmg_lv = ATK_BLOCK; return 0; } -- cgit v1.2.3-70-g09d2