update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@866 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
//
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "char.h"
|
||||
#include "../common/strlib.h"
|
||||
#include "int_storage.h"
|
||||
@@ -15,10 +19,6 @@
|
||||
#include "db.h"
|
||||
#include "malloc.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static struct dbt *guild_db_;
|
||||
static struct dbt *castle_db_;
|
||||
static struct dbt *guild_expcache_db_;
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
// SQL conversion by hack
|
||||
//
|
||||
|
||||
#include "char.h"
|
||||
#include "../common/strlib.h"
|
||||
#include "socket.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "char.h"
|
||||
#include "../common/strlib.h"
|
||||
#include "socket.h"
|
||||
|
||||
static struct party *party_pt;
|
||||
static int party_newid=100;
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
// original code from athena
|
||||
// SQL conversion by Jioh L. Jung
|
||||
//
|
||||
#include "char.h"
|
||||
#include "../common/strlib.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "char.h"
|
||||
#include "../common/strlib.h"
|
||||
|
||||
struct s_pet *pet_pt;
|
||||
static int pet_newid = 100;
|
||||
|
||||
|
||||
@@ -2,11 +2,12 @@
|
||||
// original code from athena
|
||||
// SQL conversion by Jioh L. Jung
|
||||
//
|
||||
#include "char.h"
|
||||
#include "itemdb.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "char.h"
|
||||
#include "itemdb.h"
|
||||
|
||||
#define STORAGE_MEMINC 16
|
||||
|
||||
// reset by inter_config_read()
|
||||
|
||||
Reference in New Issue
Block a user