From 1df3944aebe5865e7e827560b699d35913c84a88 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 10 May 2009 03:13:47 +0000 Subject: * A typo on my last commit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13748 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index d4f0036bb..affa5838a 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1460,7 +1460,7 @@ int npc_unload(struct npc_data* nd) { const struct TimerData *td = get_timer(sd->npc_timer_id); - if( td && td->id == nd->bl.id ) + if( td && td->id != nd->bl.id ) continue; if( td && td->data ) -- cgit v1.2.3-60-g2f50