erfg12 / EQClassic

EQClassic source code from 2010. EverQuest Trilogy Server Emulator.
http://erfg12.github.io/EQClassic/
17 stars 16 forks source link

corpse timer off #6

Closed erfg12 closed 9 years ago

erfg12 commented 9 years ago

query 'UPDATE player_corpses SET time = time - 15000, reztime = reztime - 2142 WHERE accountid = 1' #1264: Out of range value for column 'time' at row 1

Problem is the timer is below the number trying to be removed. Integers cant be negative.

erfg12 commented 9 years ago

Fixed this by checking if the timer is below a certain number. But, there were 2 timers, 1 if the account is logged in, 1 if not logged in. I commented out the not logged in timer. Why accelerate it?