diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-05-26 22:11:44 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-05-26 22:11:44 +0200 |
commit | bafa57618c7d412908ab2e553186b48d1872dc3a (patch) | |
tree | a3e3303ba028186a9dd0d6ccc0842c3735957c3d /src | |
parent | ceda0917f22fc4693c066b16c2116c6080d5a5ab (diff) |
Core/Spells: Documented 2 spell attributes
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Miscellaneous/SharedDefines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Miscellaneous/SharedDefines.h b/src/server/game/Miscellaneous/SharedDefines.h index 7b016ee5ce8..bb614fb1ae6 100755 --- a/src/server/game/Miscellaneous/SharedDefines.h +++ b/src/server/game/Miscellaneous/SharedDefines.h @@ -270,8 +270,8 @@ enum SpellAttr0 SPELL_ATTR0_UNK4 = 0x00000010, // 4 SPELL_ATTR0_TRADESPELL = 0x00000020, // 5 trade spells, will be added by client to a sublist of profession spell SPELL_ATTR0_PASSIVE = 0x00000040, // 6 Passive spell - SPELL_ATTR0_UNK7 = 0x00000080, // 7 visible? - SPELL_ATTR0_UNK8 = 0x00000100, // 8 + SPELL_ATTR0_HIDDEN_CLIENTSIDE = 0x00000080, // 7 Spells with this attribute are not visible in spellbook or aura bar + SPELL_ATTR0_HIDE_IN_COMBAT_LOG = 0x00000100, // 8 This attribite controls whether spell appears in combat logs SPELL_ATTR0_UNK9 = 0x00000200, // 9 SPELL_ATTR0_UNK10 = 0x00000400, // 10 on next swing 2 SPELL_ATTR0_UNK11 = 0x00000800, // 11 |