Core/Spells: prevent creatures to focus channeled spells without SPELL_ATTR1_CHANNEL_TRACK_TARGET
Port From (https://github.com/TrinityCore/TrinityCore/commit/d91e099b10a33d9205c023c81bcc966d713c39ab)
This commit is contained in:
@@ -1411,6 +1411,7 @@ namespace Framework.Constants
|
||||
DemonHunter = 107
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum TriggerCastFlags : uint
|
||||
{
|
||||
None = 0x0, //! Not Triggered
|
||||
|
||||
Reference in New Issue
Block a user