Show
Ignore:
Timestamp:
11/19/08 13:24:39 (17 years ago)
Author:
yumileroy
Message:

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

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

    r18 r28  
    987987                if( !(m_spellInfo->AttributesEx3 & SPELL_ATTR_EX3_NO_INITIAL_AGGRO) ) 
    988988                { 
    989                     if(!unit->IsStandState() && !unit->hasUnitState(UNIT_STAT_STUNDED)) 
     989                    if(!unit->IsStandState() && !unit->hasUnitState(UNIT_STAT_STUNNED)) 
    990990                        unit->SetStandState(PLAYER_STATE_NONE); 
    991991 
     
    24082408 
    24092409                    // check for incapacitating player states 
    2410                     if( m_caster->hasUnitState(UNIT_STAT_STUNDED | UNIT_STAT_CONFUSED)) 
     2410                    if( m_caster->hasUnitState(UNIT_STAT_STUNNED | UNIT_STAT_CONFUSED)) 
    24112411                        cancel(); 
    24122412