View Single Post
  #10  
Old 01-27-2007, 03:14 PM
Pyromania
Fire Beetle
 
Join Date: May 2004
Posts: 4
Default

Quote:
Originally Posted by John Adams
This alone may solve your problem.

Code:
UPDATE `zone` SET 
`fog_maxclip` = '2000',
`fog_maxclip1` = '2000',
`fog_maxclip2` = '2000',
`fog_maxclip3` = '2000',
`fog_maxclip4` = '2000' 
WHERE `short_name` = 'tutorialb';
As always, backup your zones table before running this update.
That fixed the problem. Thank you John.
Reply With Quote