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/SpellAuras.cpp

    r2 r28  
    31903190    if (apply) 
    31913191    { 
    3192         m_target->addUnitState(UNIT_STAT_STUNDED); 
     3192        m_target->addUnitState(UNIT_STAT_STUNNED); 
    31933193        m_target->SetUInt64Value(UNIT_FIELD_TARGET, 0); 
    31943194 
     
    32143214            return; 
    32153215 
    3216         m_target->clearUnitState(UNIT_STAT_STUNDED); 
     3216        m_target->clearUnitState(UNIT_STAT_STUNNED); 
    32173217        m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_DISABLE_ROTATE); 
    32183218 
     
    34433443        m_target->RemoveFlag(UNIT_FIELD_FLAGS,(apply_stat<<16)); 
    34443444 
    3445         if(!m_target->hasUnitState(UNIT_STAT_STUNDED))      // prevent allow move if have also stun effect 
     3445        if(!m_target->hasUnitState(UNIT_STAT_STUNNED))      // prevent allow move if have also stun effect 
    34463446        { 
    34473447            if(m_target->getVictim() && m_target->isAlive())