소스 검색

Datapack part of L2J/L2J_Server@7290304083d40fdecb6d5e004db2b303b1e3306a

Luks 9 년 전
부모
커밋
8fb1b1253b
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      dist/game/data/scripts/handlers/effecthandlers/MagicalAttack.java

+ 0 - 5
dist/game/data/scripts/handlers/effecthandlers/MagicalAttack.java

@@ -97,10 +97,5 @@ public final class MagicalAttack extends AbstractEffect
 				activeChar.sendDamageMessage(target, damage, mcrit, false, false);
 			}
 		}
-		
-		if (info.getSkill().isSuicideAttack())
-		{
-			activeChar.doDie(activeChar);
-		}
 	}
 }