mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Some work on visible auras
This commit is contained in:
parent
90b0c47592
commit
1d3667e765
7 changed files with 66 additions and 52 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue