mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[10923] Cleanup some magic numbers
This commit is contained in:
parent
3c58f25ad9
commit
72b1d30a1c
3 changed files with 7 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ m_creatureInfo(NULL), m_splineFlags(SPLINEFLAG_WALKMODE)
|
|||
m_regenTimer = 200;
|
||||
m_valuesCount = UNIT_END;
|
||||
|
||||
for(int i = 0; i < 4; ++i)
|
||||
for(int i = 0; i < CREATURE_MAX_SPELLS; ++i)
|
||||
m_spells[i] = 0;
|
||||
|
||||
m_CreatureSpellCooldowns.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue