fix(clang): fix build on version 7 (#1391)

Remove unused private fields
This commit is contained in:
Stoabrogga
2019-02-09 23:34:28 +01:00
committed by GitHub
parent 01c6d32ac9
commit 2d3ea3a308
3 changed files with 4 additions and 8 deletions

View File

@@ -938,7 +938,6 @@ private:
uint32 _spellPhaseMask;
uint32 _hitMask;
uint32 _cooldown;
Spell* _spell;
DamageInfo* _damageInfo;
HealInfo* _healInfo;
SpellInfo const* const _triggeredByAuraSpell;