Fixed @duel problem with Kaizel, bugreport:4795
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15115 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
f04eecd9ae
commit
c3a9bd9823
@ -1435,6 +1435,8 @@ int status_check_skilluse(struct block_list *src, struct block_list *target, int
|
|||||||
|
|
||||||
if(tsc && tsc->count)
|
if(tsc && tsc->count)
|
||||||
{
|
{
|
||||||
|
if( tsc->data[SC_INVINCIBLE] )
|
||||||
|
return 0;
|
||||||
if(!skill_num && !(status->mode&MD_BOSS) && tsc->data[SC_TRICKDEAD])
|
if(!skill_num && !(status->mode&MD_BOSS) && tsc->data[SC_TRICKDEAD])
|
||||||
return 0;
|
return 0;
|
||||||
if((skill_num == WZ_STORMGUST || skill_num == WZ_FROSTNOVA || skill_num == NJ_HYOUSYOURAKU)
|
if((skill_num == WZ_STORMGUST || skill_num == WZ_FROSTNOVA || skill_num == NJ_HYOUSYOURAKU)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user