From 380cf32eb6eab01d1d6786f9a1255a68a5f9aa1a Mon Sep 17 00:00:00 2001 From: greenboxal2 Date: Mon, 18 Jun 2012 21:51:08 +0000 Subject: Little optimization on MVP tombstone system, maybe fix insane CPU usage spikes(bugreport:5968). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16318 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index c955fa686..6d4c9b9cf 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2331,7 +2331,7 @@ int unit_free(struct block_list *bl, clr_type clrtype) } if( mob_is_clone(md->class_) ) mob_clone_delete(md); - if( md->tomb_nid ) + if( md->tomb_npc ) mvptomb_destroy(md); break; } -- cgit v1.2.3-70-g09d2