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

    r2 r28  
    3333        return; 
    3434 
    35     if( owner.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNDED) ) 
     35    if( owner.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNNED) ) 
    3636        return; 
    3737 
     
    339339    if( !&owner || !owner.isAlive() ) 
    340340        return false; 
    341     if( owner.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNDED) ) 
     341    if( owner.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNNED) ) 
    342342        return true; 
    343343