Quote:
	
	
		| 
					Originally Posted by eq4me
					
				 or changing fog_maxclip. | 
	
 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.