Changeset 22 for src/map/unit.c

Show
Ignore:
Timestamp:
07/02/08 22:46:07 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/unit.c

    r19 r22  
    307307                map_random_dir(bl, &ud->to_x, &ud->to_y); 
    308308 
    309  
    310309        if(ud->walktimer != -1) { 
    311310                // Œ»Ý•à‚¢‚Ä‚¢‚éÅ’†‚Ì–Ú“I’n•ύX‚Ȃ̂Ń}ƒX–Ú‚Ì’†S‚É—ˆ‚œŽž‚É 
     
    375374        if (sc && sc->data[SC_CONFUSION]) //Randomize the target position 
    376375                map_random_dir(bl, &ud->to_x, &ud->to_y); 
    377         //Custom Jobs (blackmagic) 
    378         if (sc && sc->data[SC_FEAR]) //Flee from my target [Brainstorm] 
    379                 unit_escape(bl, tbl, 15); 
    380         //Custom Job End 
    381376 
    382377        if (sc && sc->data[SC_FEAR]) //Flee from my target [Brainstorm]