View Single Post
  #11  
Old 07-24-2014, 02:11 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by moltke24 View Post
ya i think that's where im running into trouble, everyone keeps referencing this table and I'm not sure where that is at.
Using HeidiSQL you could run this query and it will set the zones for hybrid static with a 30 minute timer. Double it for an hour....
Code:
-- Hybrid static zones
UPDATE `zone` SET `shutdowndelay` = '1800000'; -- 30 minutes
Reply With Quote