mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-26 05:38:06 +00:00
[Feature] Add special ability to block /open (#2506)
This adds the IMMUNE_OPEN (53) special ability to prevent /open on LDON_TREASURE classes.
This commit is contained in:
+2
-1
@@ -210,7 +210,8 @@ enum {
|
||||
IMMUNE_AGGRO_NPC = 50,
|
||||
MODIFY_AVOID_DAMAGE = 51, //Modify by percent the NPCs chance to riposte, block, parry or dodge individually, or for all skills
|
||||
IMMUNE_FADING_MEMORIES = 52,
|
||||
MAX_SPECIAL_ATTACK = 53
|
||||
IMMUNE_OPEN = 53,
|
||||
MAX_SPECIAL_ATTACK
|
||||
};
|
||||
|
||||
typedef enum { //fear states
|
||||
|
||||
Reference in New Issue
Block a user