EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Error in UpdateTimeLeftWorld (https://www.eqemulator.org/forums/showthread.php?t=24623)

rojadruid 03-12-2008 04:33 PM

Error in UpdateTimeLeftWorld
 
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:

Code:

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.


All times are GMT -4. The time now is 01:11 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.