diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-04-14 18:11:21 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-04-14 18:12:02 +0200 |
commit | e88a5e4d6d34a7d319cf8a18d3522017bc9101c0 (patch) | |
tree | b59cb1c1935956c35e36c4e248a5ec6fbc65c96d | |
parent | eeff4e8bb804df98c7366704a6532bafa06d6ebe (diff) |
Core/Spells: Name a spell attribute
-rw-r--r-- | src/server/game/Miscellaneous/SharedDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Miscellaneous/SharedDefines.h b/src/server/game/Miscellaneous/SharedDefines.h index c13ea274850..a79f666f5c6 100644 --- a/src/server/game/Miscellaneous/SharedDefines.h +++ b/src/server/game/Miscellaneous/SharedDefines.h @@ -493,7 +493,7 @@ enum SpellAttr3 SPELL_ATTR3_REQ_WAND = 0x00400000, // 22 Req wand SPELL_ATTR3_UNK23 = 0x00800000, // 23 SPELL_ATTR3_REQ_OFFHAND = 0x01000000, // 24 Req offhand weapon - SPELL_ATTR3_UNK25 = 0x02000000, // 25 no cause spell pushback ? + SPELL_ATTR3_TREAT_AS_PERIODIC = 0x02000000, // 25 Makes the spell appear as periodic in client combat logs - used by spells that trigger another spell on each tick SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED = 0x04000000, // 26 auras with this attribute can proc from triggered spell casts with SPELL_ATTR3_TRIGGERED_CAN_TRIGGER_PROC_2 (67736 + 52999) SPELL_ATTR3_DRAIN_SOUL = 0x08000000, // 27 only drain soul has this flag SPELL_ATTR3_UNK28 = 0x10000000, // 28 |