|
if u edu go to a higher star ,some growrate number will over the db column number (cq_grade table )limit ,so when re-log the game ,those edu growrate number will goback to the growrate column max number
for example , atk growrate column number type is int length 4 ,that means in this rate ,this column limit number will be 65535, before u logout the game ,all the rate number can over this nmber (store in the system memory),chksum number is right ,but when u log out ,db table only can store the limit munber 65535 ,but the chksum number still the last chksum number ,so when relog the game ,system check the all the edu data including the laster chksum number , ......chksum fail
so...... all the edu data in game will show 0 ,that why u edu dead in game !
first way to sove this iusse :
go back to u cq_grade table ,open and devise this table----modify all the growrate data type to bigint --save !
second way : remove the chksum check in MSG
modify je to jmp
|