- Whoops, fixed compilation issue on mob_dead.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7210 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b662431204
commit
b45cf7f99c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user