Jump to content

Question

Posted
		case 0x2739: // PIN Code was entered wrong too often
			if( RFIFOREST(fd) < 6 )
				return 0;
			else{
				struct mmo_account acc;

				if( accounts->load_num(accounts, &acc, RFIFOL(fd,2) ) ){
					struct online_login_data* ld;

					ld = (struct online_login_data*)idb_get(online_db,acc.account_id);

					if( ld == NULL )
						return 0;

					login_log( host2ip(acc.last_ip), acc.userid, 100, "PIN Code check failed" );
				}

				remove_online_user(acc.account_id);

				RFIFOSKIP(fd,6);
			}
		break;

compiling error : "src\login\login.c(945): error C2198: 'login_log' : too few arguments for call"

ill just update my old rathena rev with harmony installed

 

 

thanks

4 answers to this question

Recommended Posts

Posted

Then you have to update the harmony also for the specific rev. of your svn

If you are using svn update im sure your console will say the complicated files/lines while updating
in short if there is a conflict files probably you cant update your svn all you have to do is to get a clean

svn attach the harmony there then modify it again.Thats what i know

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...