aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-04-14 18:11:21 +0200
committerariel- <ariel-@users.noreply.github.com>2017-04-14 16:53:59 -0300
commit4a40b8ed4358e46df12adb927dc29afaaf801e45 (patch)
tree6feb67546255146bf8878421baba234ddc4ffc7e /src
parentd44a44abacdf3f9fabc37e62806970f97e06332b (diff)
Core/Spells: Name a spell attribute
(cherry picked from commit e88a5e4d6d34a7d319cf8a18d3522017bc9101c0)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Miscellaneous/SharedDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Miscellaneous/SharedDefines.h b/src/server/game/Miscellaneous/SharedDefines.h
index 1d3f44a6ddd..1ca1abbb3b6 100644
--- a/src/server/game/Miscellaneous/SharedDefines.h
+++ b/src/server/game/Miscellaneous/SharedDefines.h
@@ -409,7 +409,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