forked from metin2/server
1
0
Fork 0

Fixed erroneous database table parsing due to incorrect SMS phone number removal

This commit is contained in:
Exynox 2024-03-31 15:30:43 +03:00
parent ebc479b7df
commit 847ab2ef89
1 changed files with 0 additions and 2 deletions

View File

@ -498,8 +498,6 @@ bool CreatePlayerTableFromRes(MYSQL_RES * res, TPlayerTable * pkTab)
str_to_number(pkTab->skill_group, row[col++]);
str_to_number(pkTab->lAlignment, row[col++]);
col++;
str_to_number(pkTab->horse.bLevel, row[col++]);
str_to_number(pkTab->horse.bRiding, row[col++]);
str_to_number(pkTab->horse.sHealth, row[col++]);