diff options
| author | Kudlaty <none@none> | 2009-06-11 00:02:08 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-11 00:02:08 +0200 |
| commit | 1eb6b25e55e369a7cc4e1154b246ae0541edb24f (patch) | |
| tree | b678ba1d4b45d48da1107e1cfc878af3096d9a21 /src/game/SpellMgr.h | |
| parent | 8adcd1e93b2499dd70eca5d19cd96bd4beeda11d (diff) | |
| parent | da067afe12b457e603fd9f3af6914764c48a07dd (diff) | |
merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.h')
| -rw-r--r-- | src/game/SpellMgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 053a5d0e17a..1f64dc3f585 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -439,8 +439,8 @@ enum ProcFlags PROC_FLAG_SUCCESSFUL_NEGATIVE_SPELL_HIT = 0x00010000, // 16 Successful negative spell cast (by default only on damage) PROC_FLAG_TAKEN_NEGATIVE_SPELL_HIT = 0x00020000, // 17 Taken negative spell (by default only on damage) - PROC_FLAG_ON_DO_PERIODIC = 0x00040000, // 18 Successful do periodic (damage / healing, determined from 14-17 flags) - PROC_FLAG_ON_TAKE_PERIODIC = 0x00080000, // 19 Taken spell periodic (damage / healing, determined from 14-17 flags) + PROC_FLAG_ON_DO_PERIODIC = 0x00040000, // 18 Successful do periodic (damage / healing, determined from 14,16 flags) + PROC_FLAG_ON_TAKE_PERIODIC = 0x00080000, // 19 Taken spell periodic (damage / healing, determined from 15,17 flags) PROC_FLAG_TAKEN_ANY_DAMAGE = 0x00100000, // 20 Taken any damage PROC_FLAG_ON_TRAP_ACTIVATION = 0x00200000, // 21 On trap activation |
