Some work on visible auras

This commit is contained in:
tomrus88 2008-11-09 18:47:26 +03:00
parent 90b0c47592
commit 1d3667e765
7 changed files with 66 additions and 52 deletions

View file

@ -184,8 +184,6 @@ Unit::Unit()
m_ShapeShiftFormSpellId = 0;
m_canModifyStats = false;
for (int i = 0; i < MAX_AURAS; ++i)
m_visibleAuras[i] = 0;
for (int i = 0; i < MAX_SPELL_IMMUNITY; i++)
m_spellImmune[i].clear();
for (int i = 0; i < UNIT_MOD_END; i++)