Implemented NPC Special Ability 41 'Allow To Tank', gives NPC opportunity to take aggro over a client in melee range.

This commit is contained in:
KayenEQ
2014-11-15 23:40:13 -05:00
parent 94231b62a3
commit 01c580224d
4 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ enum {
ALLOW_BENEFICIAL = 38,
DISABLE_MELEE = 39,
NPC_CHASE_DISTANCE = 40,
MAX_SPECIAL_ATTACK = 41
ALLOW_TO_TANK = 41,
MAX_SPECIAL_ATTACK = 42
};