From 7b19af9f7c8ea99216f1a7f5c92a8122010b0631 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 15 Aug 2006 19:44:22 +0000 Subject: - Some cleanup of int_homun.c - Added homun saving/loading support to char-TXT. Note that this is completely untested, so it may be as good as broken. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8299 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index c3ea6c013..ef0833b71 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -36,7 +36,7 @@ static const int packet_len_table[]={ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11,-1, 7, 3, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3880 - 16,-1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0x3890 Homunculus [albator] + 16,-1, 7, 3, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3890 Homunculus [albator] }; extern int char_fd; // inter serverのfdはchar_fdを使う @@ -1489,9 +1489,9 @@ int intif_parse_RecvHomunculusData(int fd) int intif_parse_SaveHomunculusOk(int fd) { RFIFOHEAD(fd); - if(RFIFOB(fd,2) != 1) { + if(RFIFOB(fd,6) != 1) { if(battle_config.error_log) - ShowError("homunculus data save failure\n"); + ShowError("homunculus data save failure for account %d\n", RFIFOL(fd,2)); } return 0; } -- cgit v1.2.3-70-g09d2