mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[7156] More generic periodic aura work
Implement SPELL_AURA_PERIODIC_HEALTH_FUNNEL Apply SPELL_AURA_PERIODIC_HEALTH_FUNNEL mod to aura periodic time Add support SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY flag Apply duration mod to channeling spells Fix mage 44401 and correct drop its charge Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
fbe212d359
commit
3f4821acfb
8 changed files with 143 additions and 229 deletions
|
|
@ -383,7 +383,7 @@ enum ItemQualities
|
|||
#define SPELL_ATTR_EX5_UNK6 0x00000040 // 6
|
||||
#define SPELL_ATTR_EX5_UNK7 0x00000080 // 7
|
||||
#define SPELL_ATTR_EX5_UNK8 0x00000100 // 8
|
||||
#define SPELL_ATTR_EX5_UNK9 0x00000200 // 9
|
||||
#define SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY 0x00000200 // 9 begin periodic tick at aura apply
|
||||
#define SPELL_ATTR_EX5_UNK10 0x00000400 // 10
|
||||
#define SPELL_ATTR_EX5_UNK11 0x00000800 // 11
|
||||
#define SPELL_ATTR_EX5_UNK12 0x00001000 // 12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue