View Single Post
  #2  
Old 03-12-2008, 04:52 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

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.
Reply With Quote