diff options
author | megamage <none@none> | 2009-06-15 23:38:57 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-15 23:38:57 -0500 |
commit | 74e4f3f0592ee2800a1bd4f3000b5429d7bb865f (patch) | |
tree | 02de772aa71df0922f7fca83519b58f13298879d /src/game/Spell.h | |
parent | cc527c884e9f643cadfd7ef186fbd419103c867b (diff) | |
parent | c7c092f54bc6aa988991c601d532322c5cb8df32 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 5d108f48fa1..adc661e206b 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -564,6 +564,7 @@ class Spell bool processed:1; bool alive:1; int32 damage; + bool crit; }; std::list<TargetInfo> m_UniqueTargetInfo; uint8 m_needAliveTargetMask; // Mask req. alive targets |