* A typo on my last commit
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13748 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b6f136a75d
commit
c36c82150a
@ -1460,7 +1460,7 @@ int npc_unload(struct npc_data* nd)
|
|||||||
{
|
{
|
||||||
const struct TimerData *td = get_timer(sd->npc_timer_id);
|
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;
|
continue;
|
||||||
|
|
||||||
if( td && td->data )
|
if( td && td->data )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user