From 3f930b2176fb290ce7f23fce9b3c1e4016c4485b Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 1 May 2012 21:57:53 +0000 Subject: 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 --- src/map/intif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/intif.h') diff --git a/src/map/intif.h b/src/map/intif.h index c5f6cb158..081667545 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -104,6 +104,9 @@ int intif_elemental_request(int ele_id, int char_id); int intif_elemental_delete(int ele_id); int intif_elemental_save(struct s_elemental *ele); +/* @accinfo */ +void intif_request_accinfo( int u_fd, int aid, int group_id, char* query ); + int CheckForCharServer(void); #endif /* _INTIF_H_ */ -- cgit v1.2.3-70-g09d2