- made @killmonster make the mobs drop items again.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8976 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -3711,8 +3711,8 @@ static int atkillmonster_sub(struct block_list *bl, va_list ap) {
|
||||
return 0; //Do not touch WoE mobs!
|
||||
|
||||
if (flag)
|
||||
status_kill(bl);
|
||||
else //FIXME: Eh.. what exactly is the difference here?
|
||||
status_zap(bl,md->status.hp, 0);
|
||||
else
|
||||
status_kill(bl);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user