Browse Source

Request of MELERIX: STUN-type skills does not use shots.

_DS_ 16 years ago
parent
commit
53f9d5e5ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      L2_GameServer/java/net/sf/l2j/gameserver/model/L2Skill.java

+ 0 - 1
L2_GameServer/java/net/sf/l2j/gameserver/model/L2Skill.java

@@ -983,7 +983,6 @@ public abstract class L2Skill implements IChanceSkillTrigger
     	switch (getSkillType())
     	switch (getSkillType())
     	{
     	{
     		case PDAM:
     		case PDAM:
-    		case STUN:
     		case CHARGEDAM:
     		case CHARGEDAM:
     		case BLOW:
     		case BLOW:
     			return true;
     			return true;