Core/Spells: Implemented SPELL_ATTR5_NOT_ON_PLAYER and SPELL_ATTR5_NOT_ON_PLAYER_CONTROLLED_NPC
Port From (https://github.com/TrinityCore/TrinityCore/commit/acda6f9dcf411a1406b81e1a100125dbe34f942b)
This commit is contained in:
@@ -1764,8 +1764,8 @@ namespace Framework.Constants
|
||||
TriggersChanneling = 0x10, // Triggers Channeling
|
||||
LimitN = 0x20, // Limit N Description Remove Previous Application To Another Unit If Applied
|
||||
IgnoreAreaEffectPvpCheck = 0x40, // Ignore Area Effect Pvp Check
|
||||
NotOnPlayer = 0x80, /*Nyi*/ // Not On Player
|
||||
NotOnPlayerControlledNpc = 0x100, /*Nyi*/ // Not On Player Controlled Npc
|
||||
NotOnPlayer = 0x80, // Not On Player
|
||||
NotOnPlayerControlledNpc = 0x100, // Not On Player Controlled Npc
|
||||
ExtraInitialPeriod = 0x200, // Extra Initial Period Description Immediately Do Periodic Tick On Apply
|
||||
DoNotDisplayDuration = 0x400, // Do Not Display Duration
|
||||
ImpliedTargeting = 0x800, // Implied Targeting (Client Only)
|
||||
|
||||
Reference in New Issue
Block a user