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?