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 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; |
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.