View Single Post
  #7  
Old 12-17-2011, 12:03 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Yeah, this is what I have in my notes. I keep a separate file with queries to run after a database update.

Code:
# Hybrid static zones
UPDATE `zone` SET `shutdowndelay` = '1800000';
Reply With Quote