From 694e3cd9efae509c5cec3d50bc17d037fd71733e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 22:54:01 +0300 Subject: Replace struct mob_data to TBL_MOB. --- src/map/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/send.c') diff --git a/src/map/send.c b/src/map/send.c index b2bafa0..6fa91fa 100644 --- a/src/map/send.c +++ b/src/map/send.c @@ -116,7 +116,7 @@ void send_mob_info(struct block_list* bl1, struct block_list* bl2, return; char buf[12]; - struct mob_data *md = (struct mob_data *)bl1; + TBL_MOB *md = (TBL_MOB *)bl1; WBUFW (buf, 0) = 0xb03; WBUFW (buf, 2) = 12; // len -- cgit v1.2.3-60-g2f50