소스 검색

fixed client_version for LoadCharacter to get the proper client version

Image 4 년 전
부모
커밋
f976ac3138
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EQ2/source/LoginServer/LoginDatabase.cpp

+ 1 - 1
EQ2/source/LoginServer/LoginDatabase.cpp

@@ -174,7 +174,7 @@ void LoginDatabase::LoadCharacters(LoginAccount* acct, int16 version){
 			else
 				player->packet->setDataByName("version", 5);
 
-			player->packet->setDataByName("client_version", GetVersion());
+			player->packet->setDataByName("client_version", version);
 
 			player->packet->setDataByName("account_id", acct->getLoginAccountID());
 			player->packet->setDataByName("account_id2", acct->getLoginAccountID());