diff options
author | QAston <qaston@gmail.com> | 2011-07-01 13:12:19 +0200 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2011-07-01 13:12:19 +0200 |
commit | ce75ced7415cff24372e7c8b5bdb0dc0f1ef976f (patch) | |
tree | d576d7b66a9325ca880954b9d487df5c842f0339 | |
parent | 06515b27b3a92b353b63ee98b99d8c44f24e7194 (diff) |
Core/Spells: define SPELL_ATTR1_CHANNEL_DISPLAY_SPELL_NAME(0x20000000)
-rwxr-xr-x | 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 250242b3b49..f5d41b12097 100755 --- a/src/server/game/Miscellaneous/SharedDefines.h +++ b/src/server/game/Miscellaneous/SharedDefines.h @@ -328,7 +328,7 @@ enum SpellAttr1 SPELL_ATTR1_UNK26 = 0x04000000, // 26 works correctly with [target=focus] and [target=mouseover] macros? SPELL_ATTR1_UNK27 = 0x08000000, // 27 SPELL_ATTR1_IGNORE_IMMUNITY = 0x10000000, // 28 removed from Chains of Ice 3.3.0 - SPELL_ATTR1_UNK29 = 0x20000000, // 29 + SPELL_ATTR1_CHANNEL_DISPLAY_SPELL_NAME = 0x20000000, // 29 spell name is displayed in cast bar instead of 'channeling' text SPELL_ATTR1_ENABLE_AT_DODGE = 0x40000000, // 30 Overpower, Wolverine Bite SPELL_ATTR1_UNK31 = 0x80000000 // 31 }; |