Browse Source

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!

aleos 5 years ago
parent
commit
44b80448df
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/map/skill.cpp

+ 0 - 3
src/map/skill.cpp

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