mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Feature] Add Immune to Headshot Special Ability (#3624)
# Notes - Allows mobs normally susceptible to Headshot to be made immune to it.
This commit is contained in:
@@ -208,6 +208,7 @@ enum {
|
||||
IMMUNE_FADING_MEMORIES = 52,
|
||||
IMMUNE_OPEN = 53,
|
||||
IMMUNE_ASSASSINATE = 54,
|
||||
IMMUNE_HEADSHOT = 55,
|
||||
MAX_SPECIAL_ATTACK
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user