Changeset 142 for trunk/src/game/Unit.h
- Timestamp:
- 11/19/08 13:40:02 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r141 r142 72 72 AURA_INTERRUPT_FLAG_UNK12 = 0x00001000, // 12 removed by attack? 73 73 AURA_INTERRUPT_FLAG_UNK13 = 0x00002000, // 13 74 AURA_INTERRUPT_FLAG_STEALTH = 0x00003C00, 74 75 AURA_INTERRUPT_FLAG_UNK14 = 0x00004000, // 14 75 76 AURA_INTERRUPT_FLAG_UNK15 = 0x00008000, // 15 removed by casting a spell? … … 1004 1005 1005 1006 void RemoveSpellsCausingAura(AuraType auraType); 1007 void RemoveInterruptableAura(uint32 flag); 1006 1008 void RemoveRankAurasDueToSpell(uint32 spellId); 1007 1009 bool RemoveNoStackAurasDueToAura(Aura *Aur); … … 1301 1303 1302 1304 AuraList m_modAuras[TOTAL_AURAS]; 1305 AuraList m_interruptableAuras; 1303 1306 float m_auraModifiersGroup[UNIT_MOD_END][MODIFIER_TYPE_END]; 1304 1307 float m_weaponDamage[MAX_ATTACK][2];