From c36c82150abfabc33c2c1f6efb72a0a5f0a1f283 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 10 May 2009 03:13:47 +0000 Subject: [PATCH] * A typo on my last commit git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13748 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/npc.c b/src/map/npc.c index d4f0036bba..affa5838ab 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 )