diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-18 04:32:20 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-18 04:32:20 +0000 |
commit | fd42f3d7e7a803d997a82c25a9f7b853797a6aa3 (patch) | |
tree | 7cc429cee5aea97fda5fb1d5dc4cd58e146df860 /src/char_sql | |
parent | c7ee688020983ae148eabb853b7cf5bae00fd32d (diff) | |
download | hercules-fd42f3d7e7a803d997a82c25a9f7b853797a6aa3.tar.gz hercules-fd42f3d7e7a803d997a82c25a9f7b853797a6aa3.tar.bz2 hercules-fd42f3d7e7a803d997a82c25a9f7b853797a6aa3.tar.xz hercules-fd42f3d7e7a803d997a82c25a9f7b853797a6aa3.zip |
- Added the official adoption method.
( Parents need to create a party, invite a novice/first class, both equip the wedding rings and someone just right click the future baby ).
- Fixed a bug sometimes client don't show job's bonus stats.
- Removed the problematic adoption script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12389 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql')
-rw-r--r-- | src/char_sql/int_auction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char_sql/int_auction.c b/src/char_sql/int_auction.c index 2e5e90c1d..15b316bb8 100644 --- a/src/char_sql/int_auction.c +++ b/src/char_sql/int_auction.c @@ -22,7 +22,6 @@ static DBMap* auction_db_ = NULL; // int auction_id -> struct auction_data* void auction_delete(struct auction_data *auction); static int auction_end_timer(int tid, unsigned int tick, int id, int data); -// Copy Paste from map/mail.c static int auction_count(int char_id, bool buy) { int i = 0; |