diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-01 21:57:53 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-01 21:57:53 +0000 |
commit | 3f930b2176fb290ce7f23fce9b3c1e4016c4485b (patch) | |
tree | 226ba3e4b265fdca72f5967be5654e5eee3bbce4 /src/map/npc_chat.c | |
parent | d4b1eab9ed53639253ebad548422a2bf09c9b2ea (diff) | |
download | hercules-3f930b2176fb290ce7f23fce9b3c1e4016c4485b.tar.gz hercules-3f930b2176fb290ce7f23fce9b3c1e4016c4485b.tar.bz2 hercules-3f930b2176fb290ce7f23fce9b3c1e4016c4485b.tar.xz hercules-3f930b2176fb290ce7f23fce9b3c1e4016c4485b.zip |
Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.
All the queries are handled by char-server.
You might notice there is a odd way to retrieve job names in char server, this is only temporary until we're done arguing what'd be the best way to do it in char and map server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r-- | src/map/npc_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c index 77c875a7e..39a3a8584 100644 --- a/src/map/npc_chat.c +++ b/src/map/npc_chat.c @@ -14,7 +14,7 @@ #include "pc.h" // struct map_session_data #include "script.h" // set_var() -#include <pcre.h> +#include "../../3rdparty/pcre/include/pcre.h" #include <stdio.h> #include <stdlib.h> |