Show
Ignore:
Timestamp:
11/21/08 08:48:46 (17 years ago)
Author:
yumileroy
Message:

*Add m_isAggressive. Only aggressive creatures will call AttackStart? and MoveInLineOfSight?.
*Set melee dmg school for summoned creatures.
*Fix some compiling errors.

Original author: megamage
Date: 2008-11-20 18:54:50-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/SpellMgr.cpp

    r264 r265  
    10731073    else if(spellInfo_1->SpellFamilyName == SPELLFAMILY_POTION) 
    10741074    { 
    1075         if(spellId_spec_1 || spellId_spec_2)) 
     1075        if(spellId_spec_1 || spellId_spec_2) 
    10761076            return false; 
    10771077    }