View Single Post
  #8  
Old 01-27-2007, 11:42 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

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.
Reply With Quote