Browse Source

AGGDAMAGE skills like Aggression should work only on flagged ppl.

nBd 17 years ago
parent
commit
4fa42c6234
1 changed files with 1 additions and 0 deletions
  1. 1 0
      L2_GameServer_T1/java/net/sf/l2j/gameserver/model/L2Skill.java

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

@@ -1138,6 +1138,7 @@ public abstract class L2Skill
             case WARRIOR_BANE:
             case WARRIOR_BANE:
             case BETRAY:
             case BETRAY:
             case DISARM:
             case DISARM:
+            case AGGDAMAGE:
                 return true;
                 return true;
             default:
             default:
                 return false;
                 return false;