diff options
| author | SeTM <set@wowacadem.ru> | 2011-05-28 21:53:32 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-28 21:53:32 +0700 |
| commit | fade2383ccebe7a3cce060e00a1a45fa28f1bd3a (patch) | |
| tree | 8a239acf09ee885cbf41a14c684595ac600ac984 /src/server/game/Miscellaneous | |
| parent | df619d8da1c906af57d479355ac03c6d2b4d3719 (diff) | |
Core/Spells: Implemented SPELL_ATTR5_HIDE_DURATION. Duration of auras with this attribute will not be displayed clientside
Diffstat (limited to 'src/server/game/Miscellaneous')
| -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 bb614fb1ae6..c5391f5d100 100755 --- a/src/server/game/Miscellaneous/SharedDefines.h +++ b/src/server/game/Miscellaneous/SharedDefines.h @@ -452,8 +452,8 @@ enum SpellAttr5 SPELL_ATTR5_UNK6 = 0x00000040, // 6 SPELL_ATTR5_UNK7 = 0x00000080, // 7 SPELL_ATTR5_UNK8 = 0x00000100, // 8 - SPELL_ATTR5_START_PERIODIC_AT_APPLY = 0x00000200, // 9 begin periodic tick at aura apply - SPELL_ATTR5_UNK10 = 0x00000400, // 10 + SPELL_ATTR5_START_PERIODIC_AT_APPLY = 0x00000200, // 9 begin periodic tick at aura apply + SPELL_ATTR5_HIDE_DURATION = 0x00000400, // 10 do not send duration to client SPELL_ATTR5_UNK11 = 0x00000800, // 11 SPELL_ATTR5_UNK12 = 0x00001000, // 12 SPELL_ATTR5_HASTE_AFFECT_DURATION = 0x00002000, // 13 haste effects decrease duration of this |
