Removes target SP consumption from Tiger Cannon

* Removes target SP consumption based on damage dealt by Tiger Cannon.
* This effect was removed in #4256 but accidentally merged back in through #3659.
Thanks to @Badarosk0!
This commit is contained in:
aleos 2020-04-14 12:16:53 -04:00
parent 6570489a84
commit 44b80448df

View File

@ -3791,9 +3791,6 @@ int64 skill_attack (int attack_type, struct block_list* src, struct block_list *
}
}
break;
case SR_TIGERCANNON:
status_zap(bl, 0, damage * 10 / 100);
break;
}
if( sd )
skill_onskillusage(sd, bl, skill_id, tick);