mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
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:
+2
-1
@@ -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
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user