diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index e4eb00431..f52918d23 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1184,7 +1184,7 @@ int mob_warpchase_sub(struct block_list *bl,va_list ap) { target_nd= va_arg(ap, struct npc_data**); min_distance= va_arg(ap, int*); - nd = (TBL_NPC*) bl; + nd = (struct npc_data *)bl; if(nd->subtype != WARP) return 0; //Not a warp |