PDA

View Full Version : Error in UpdateTimeLeftWorld


rojadruid
03-12-2008, 04:33 PM
Scince the last database (1102a) update and binnaries update (1102). I am seeing the following error in my world.exe window and the logs.


******************************************
[Error] Error in UpdateTimeLeftWorld query(1) Update spawn2 set timeleft=(timele
ft-300000) where timeleft>=300000: Pl←

So_1337
03-12-2008, 04:52 PM
So long as you don't mind having all your mobs respawn, shut down your server and run this query:

UPDATE spawn2 SET timeleft = 0 WHERE timeleft > 0;

Then boot your server and see if that fixes the problem.

rojadruid
03-13-2008, 02:18 AM
Well when I run that query i get this error in the mysql command window. "ERROR 1146 (42S02): Table 'innorukk70.spawn2' doesn't exist"


The above error is the only error I am getting currently and does not seem to be effecting the server that I can tell. I can login and play fine.