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.