diff options
author | shennetsind <ind@henn.et> | 2013-11-30 14:44:56 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-30 14:44:56 -0200 |
commit | 4e20f139fa7d0ebd6de30fde9b91ec5e235981d2 (patch) | |
tree | c42b4af0c8a7be63ef7ff7fc56fcfd017e982cd1 /src/map/mob.c | |
parent | 6fc1cae2088dd9f450e15728ca4bf4a82fcb8070 (diff) | |
parent | c952fe0da69ebd5371004d6737a4e2e54859b9b0 (diff) | |
download | hercules-4e20f139fa7d0ebd6de30fde9b91ec5e235981d2.tar.gz hercules-4e20f139fa7d0ebd6de30fde9b91ec5e235981d2.tar.bz2 hercules-4e20f139fa7d0ebd6de30fde9b91ec5e235981d2.tar.xz hercules-4e20f139fa7d0ebd6de30fde9b91ec5e235981d2.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 02c263bd3..16c33b552 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2447,7 +2447,6 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) { if(mvp_sd && md->db->mexp > 0 && !md->special_state.ai) { int log_mvp[2] = {0}; unsigned int mexp; - struct item item; double exp; //mapflag: noexp check [Lorky] @@ -2470,6 +2469,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) { /* pose them randomly in the list -- so on 100% drop servers it wont always drop the same item */ int mdrop_id[MAX_MVP_DROP]; int mdrop_p[MAX_MVP_DROP]; + struct item item; memset(&mdrop_id,0,MAX_MVP_DROP*sizeof(int)); |