diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:03:10 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:03:10 +0000 |
commit | bb1a4e56b358c36a7996be8d34b84e7f118f63f5 (patch) | |
tree | 7e67cb25e378bfa10fad402e50b75b8ea991775d /src/char_sql/Makefile.in | |
parent | 08c870656aeb76d839a8ad2fd071818b8618f899 (diff) | |
download | hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.gz hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.bz2 hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.xz hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.zip |
- Moved char server's mercenary code to a different file (int_mercenary.*)
- New Sql Patch for create mercenary_owner DB.
- Removed mer_id from char_db.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13166 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/Makefile.in')
-rw-r--r-- | src/char_sql/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char_sql/Makefile.in b/src/char_sql/Makefile.in index a36dcd14b..82c0a7c3f 100644 --- a/src/char_sql/Makefile.in +++ b/src/char_sql/Makefile.in @@ -14,8 +14,8 @@ COMMON_SQL_OBJ = ../common/obj_sql/sql.o COMMON_H = ../common/sql.h CHAR_OBJ = obj_sql/char.o obj_sql/inter.o obj_sql/int_party.o obj_sql/int_guild.o \ - obj_sql/int_storage.o obj_sql/int_pet.o obj_sql/int_homun.o obj_sql/int_mail.o obj_sql/int_auction.o obj_sql/int_quest.o -CHAR_H = char.h inter.h int_party.h int_guild.h int_storage.h int_pet.h int_homun.h int_mail.h int_auction.h int_quest.h + obj_sql/int_storage.o obj_sql/int_pet.o obj_sql/int_homun.o obj_sql/int_mail.o obj_sql/int_auction.o obj_sql/int_quest.o obj_sql/int_mercenary.o +CHAR_H = char.h inter.h int_party.h int_guild.h int_storage.h int_pet.h int_homun.h int_mail.h int_auction.h int_quest.h int_mercenary.h HAVE_MYSQL=@HAVE_MYSQL@ ifeq ($(HAVE_MYSQL),yes) |