summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 6d6148b..5e029f0 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -22,7 +22,7 @@ int emob_deleteslave_sub(struct block_list *bl, va_list ap)
hookStop();
return 0;
}
- struct mob_data *md = (struct mob_data *)bl;
+ TBL_MOB *md = (TBL_MOB *)bl;
if (!md)
{
hookStop();