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

[svn] * Little fix in RandomMovementGenerator?
* Updated to 6731 and 680

Original author: Neo2003
Date: 2008-10-06 04:48:59-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bindings/scripts/include/sc_creature.cpp

    r13 r18  
    3636            if (!InCombat) 
    3737            { 
     38                InCombat = true; 
    3839                Aggro(who); 
    39                 InCombat = true; 
    4040            } 
    4141        } 
     
    5555        if (!InCombat) 
    5656        { 
     57            InCombat = true; 
    5758            Aggro(who); 
    58             InCombat = true; 
    5959        } 
    6060    } 
     
    583583            if (!InCombat) 
    584584            { 
     585                InCombat = true; 
    585586                Aggro(who); 
    586                 InCombat = true; 
    587587            } 
    588588        } 
     
    602602        if (!InCombat) 
    603603        { 
     604            InCombat = true; 
    604605            Aggro(who); 
    605             InCombat = true; 
    606606        } 
    607607    }