diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
commit | 0f0466b9a273a7f4481acae47f5cb1166a2d145a (patch) | |
tree | e6e933927203f18ad8478188d4c40338253615e0 /src/map/npc.c | |
parent | eb2a8c8519ad566e2b2dfae18d11acc8478a85fc (diff) | |
download | evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.gz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.bz2 evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.xz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.zip |
Move struct files into struct directory.
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index ee0ff47..f5a07ea 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -15,7 +15,7 @@ #include "../../../map/pc.h" #include "map/mapd.h" -#include "map/mapdext.h" +#include "map/struct/mapdext.h" #include "map/npc.h" struct npc_data* enpc_checknear(struct map_session_data* sd, struct block_list* bl) |