From 27011e9c2737b9667d91d01786a25d809c2d8541 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 14 Dec 2011 02:31:23 +0000 Subject: Kaizel fix for bugreport:5088 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15101 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/status.c b/src/map/status.c index ce286d89a..f90d9897d 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1058,7 +1058,7 @@ int status_damage(struct block_list *src,struct block_list *target,int hp, int s } } - if( sc && sc->data[SC_KAIZEL] ) + if( sc && sc->data[SC_KAIZEL] && !map_flag_gvg(target->m) ) { //flag&8 = disable Kaizel int time = skill_get_time2(SL_KAIZEL,sc->data[SC_KAIZEL]->val1); //Look for Osiris Card's bonus effect on the character and revive 100% or revive normally -- cgit v1.2.3-70-g09d2