From 20e70d1846ba39599255887bef5098583a7586c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 23:06:20 +0300 Subject: Replace struct flooritem_data to TBL_ITEM. --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index b711688..b321541 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -958,7 +958,7 @@ static int buildin_getareadropitem_sub_del(struct block_list *bl, va_list ap) const int item = va_arg(ap, int); int *const amount = va_arg(ap, int *); - struct flooritem_data *drop = (struct flooritem_data *)bl; + TBL_ITEM *drop = (TBL_ITEM *)bl; if (drop->item_data.nameid == item) { -- cgit v1.2.3-60-g2f50