View Single Post
  #1  
Old 04-16-2011, 07:52 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default Reduce Respawntime

I was thinking of reducing the respawn times on my server for everything in the entire database. Something like this:

Code:
UPDATE spawn2
	SET respawntime = ROUND(respawntime * 0.5, 0), variance = ROUND(variance * 0.5, 0);
Does anyone foresee any disastrous, disruptive, or catastrophic side effects from doing this?
Reply With Quote