diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-04-13 21:11:09 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-05 23:27:59 +0200 |
commit | bd1c1bb39b3d69fba175bda94af4e9d1149fbbb5 (patch) | |
tree | 5e8e804a3f8e3ef8d0f580bc2763b23b84682edb /src/map/itemdb.c | |
parent | 31f47be4b26e69d2880e12530d021ce6c8c802ea (diff) | |
download | hercules-bd1c1bb39b3d69fba175bda94af4e9d1149fbbb5.tar.gz hercules-bd1c1bb39b3d69fba175bda94af4e9d1149fbbb5.tar.bz2 hercules-bd1c1bb39b3d69fba175bda94af4e9d1149fbbb5.tar.xz hercules-bd1c1bb39b3d69fba175bda94af4e9d1149fbbb5.zip |
Removal of refine database code from status.c and moving it respectfully to its own files
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index a61bbd008..11d778f8a 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -27,6 +27,7 @@ #include "map/map.h" #include "map/mob.h" // MAX_MOB_DB #include "map/pc.h" // W_MUSICAL, W_WHIP +#include "map/refine.h" #include "map/script.h" // item script processing #include "common/HPM.h" #include "common/conf.h" |