mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Removed Unit::waterbreath. This information is not needed for creatures and can be obtained for players by Unit::HasAuraType(SPELL_AURA_WATER_BREATHING) in constant time
This commit is contained in:
parent
c7a5537bac
commit
022e7ad2b5
4 changed files with 2 additions and 8 deletions
|
|
@ -102,7 +102,6 @@ Unit::Unit()
|
|||
//m_AurasCheck = 2000;
|
||||
//m_removeAuraTimer = 4;
|
||||
//tmpAura = NULL;
|
||||
waterbreath = false;
|
||||
|
||||
m_Visibility = VISIBILITY_ON;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue