diff options
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 8b6b705dc..3c04a5ead 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1761,7 +1761,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) continue; temp++; - if(mvp_damage<md->dmglog[temp].dmg){ + if(mvp_damage<(unsigned int)md->dmglog[temp].dmg){ third_sd = second_sd; second_sd = mvp_sd; mvp_sd=tmpsd[temp]; |