Kaizel fix for bugreport:5088
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15101 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6e52cd574d
commit
b43f0c315d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user