From 1d855c939fc2f8614dd118e867bdff58361ff20b Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 16 Jun 2006 16:44:27 +0000 Subject: - Whoops, fixed compilation issue on mob_dead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7210 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/mob.c b/src/map/mob.c index 2c93bb4ba..472d1ba22 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2083,7 +2083,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) log_mvpdrop(mvp_sd, md->class_, log_mvp); } - if (flag&2 && !sd && md->class_ == MOBID_EMPERIUM) + if (type&2 && !sd && md->class_ == MOBID_EMPERIUM) //Emperium destroyed by script. Discard mvp character. [Skotlex] mvp_sd = NULL; -- cgit v1.2.3-60-g2f50