From 0846b3e83759b42d8d5abea155605d7bcc0c2e22 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Dec 2014 14:13:09 +0300 Subject: Impliment FloorLifeTime in item_db.conf --- src/map/map.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/map/map.h (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h new file mode 100644 index 0000000..9c77905 --- /dev/null +++ b/src/map/map.h @@ -0,0 +1,9 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_MAP +#define EVOL_MAP_MAP + +int emap_addflooritem_post(int retVal, struct item *item, int *amount, int16 *m, int16 *x, int16 *y, int *first_charid, int *second_charid, int *third_charid, int *flags); + +#endif // EVOL_MAP_MAP -- cgit v1.2.3-60-g2f50