Changeset 24 for src/map/script.c

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

Legend:

Unmodified
Added
Removed
  • src/map/script.c

    r23 r24  
    74867486        int allflag=va_arg(ap,int); 
    74877487 
    7488         md->npc_killmonster = 1; 
     7488        md->state.npc_killmonster = 1; 
    74897489         
    74907490        if(!allflag){ 
     
    74957495                        status_kill(bl); 
    74967496        } 
    7497         md->npc_killmonster = 0; 
     7497        md->state.npc_killmonster = 0; 
    74987498        return 0; 
    74997499}